The slave device instance.
Data Fields | |
uint8_t | uc_acquire_address |
Read address of the request. More... | |
uint8_t | uc_memory [MEMORY_SIZE] |
Memory buffer. More... | |
uint16_t | us_offset_memory |
Offset of the memory access. More... | |
uint16_t | us_page_address |
PageAddress of the slave device. More... | |
uint8_t _slave_device_t::uc_acquire_address |
Read address of the request.
Referenced by BOARD_TWIHS_Handler(), and main().
uint8_t _slave_device_t::uc_memory[MEMORY_SIZE] |
Memory buffer.
Referenced by BOARD_TWIHS_Handler(), and main().
uint16_t _slave_device_t::us_offset_memory |
Offset of the memory access.
Referenced by BOARD_TWIHS_Handler(), and main().
uint16_t _slave_device_t::us_page_address |
PageAddress of the slave device.
Referenced by BOARD_TWIHS_Handler(), and main().