T32: Integrated Register read/write calls
* Tested without connected Lauterbach. T32_* functions are mocked via aspect. * New target t32cli, for sending T32 command cia cli. (for testing) git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2103 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* \brief Type definitions and configuration settings for the
|
||||
* T32 target backend.
|
||||
* T32 target backend.
|
||||
*/
|
||||
|
||||
#ifndef __T32_CONFIG_HPP__
|
||||
@ -13,7 +13,8 @@ namespace fail {
|
||||
typedef uint32_t guest_address_t; //!< the guest memory address type
|
||||
typedef unsigned char* host_address_t; //!< the host memory address type
|
||||
typedef uint32_t register_data_t; //!< register data type (64 bit)
|
||||
typedef T32Timer* timer_t; //!< type of timer IDs
|
||||
typedef int timer_t; //!< type of timer IDs
|
||||
//typedef T32Timer* timer_t; //!< type of timer IDs
|
||||
|
||||
} // end-of-namespace: fail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user