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

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

Field Documentation

◆ data

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.

◆ nbyte

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.

◆ offset

uint32_t offset

Byte offset inside the selected page address, where to start reading. Maximum is 127 bytes.


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