![]() |
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 writing. Maximum is 123 bytes. More... | |
uint8_t * | data |
Data pointer where to read the data to write. Pointer plus valid count must be within valid RAM range or an error code is returned. More... | |
uint8_t | nbyte |
Amount of data bytes to write. If nbyte is zero, there is no write operation done and an error code is returned. Maximum is 124 bytes. More... | |
uint8_t | counter |
Counter value to update internal 100TP counter (only updates if value is greater than current, otherwise is ignored). More... | |
uint8_t counter |
Counter value to update internal 100TP counter (only updates if value is greater than current, otherwise is ignored).
uint8_t* data |
Data pointer where to read the data to write. Pointer plus valid count must be within valid RAM range or an error code is returned.
uint8_t nbyte |
Amount of data bytes to write. If nbyte is zero, there is no write operation done and an error code is returned. Maximum is 124 bytes.
uint32_t offset |
Byte offset inside the selected page address, where to start writing. Maximum is 123 bytes.