Infineon MOTIX™ MCU TLE988x/9x Device Family SDK
Data Fields
user_100tp_write_t Struct Reference

#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...
 

Field Documentation

◆ counter

uint8_t counter

Counter value to update internal 100TP counter (only updates if value is greater than current, otherwise is ignored).

◆ data

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.

◆ nbyte

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.

◆ offset

uint32_t offset

Byte offset inside the selected page address, where to start writing. Maximum is 123 bytes.


The documentation for this struct was generated from the following file: