|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
Initialization Parameters Structure. More...
#include <ptxHal.h>

Data Fields | |
| uint8_t * | DevName |
| size_t | DevNameLen |
| uint8_t * | DevSerialNumber |
| size_t | DevSerialNumberLen |
| uint32_t | ComSpeedInit |
| uint8_t | UseHWFlowControl |
| ptxHal_InterfaceType_t | InfType |
| uint16_t | BusAddress |
| uint32_t | CommParam |
| struct ptxOsal * | OS |
| struct ptxLog * | LOG |
| uint8_t | AddSof |
| uint32_t | GpioNum |
Initialization Parameters Structure.
| uint8_t AddSof |
Uart interface specific parameter.
| uint16_t BusAddress |
Bus address, used for interfaces like I2C.
| uint32_t CommParam |
Interface-specific parameter.
| uint32_t ComSpeedInit |
Speed used by peripheral before being configured by application.
| uint8_t* DevName |
Pointer to the device name.
| size_t DevNameLen |
Length of the device name.
| uint8_t* DevSerialNumber |
Pointer to the device serial number.
| size_t DevSerialNumberLen |
Length of the device serial number.
| uint32_t GpioNum |
GPIO Number
| ptxHal_InterfaceType_t InfType |
Type of the interface to use.
| struct ptxLog* LOG |
Pointer to an initialized logger.
| struct ptxOsal* OS |
Pointer to an initialized OSAL component structure.
| uint8_t UseHWFlowControl |
Use HW-Interface specific Flow-control (if available).