![]() |
Infineon MOTIX™ MCU TLE988x/9x Device Family SDK
|
#include <bootrom.h>
Data Fields | |
uint32_t | offset |
Byte offset inside the selected page address, where to start reading. Maximum is 127 bytes. More... | |
uint8_t * | data |
Data pointer where to write data into. Pointer plus valid count must be within valid RAM range or an error code is returned. More... | |
uint16_t | nbyte |
Amount of data bytes to read. If nbyte is zero, there is no read operation done and an error code is returned. Maximum is 128 bytes. More... | |
uint8_t* data |
Data pointer where to write data into. Pointer plus valid count must be within valid RAM range or an error code is returned.
uint16_t nbyte |
Amount of data bytes to read. If nbyte is zero, there is no read operation done and an error code is returned. Maximum is 128 bytes.
uint32_t offset |
Byte offset inside the selected page address, where to start reading. Maximum is 127 bytes.