Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
Data Fields
ptxHal_InitParam Struct Reference

Initialization Parameters Structure. More...

#include <ptxHal.h>

Collaboration diagram for ptxHal_InitParam:
Collaboration graph

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 ptxLogLOG
 
uint8_t AddSof
 
uint32_t GpioNum
 

Detailed Description

Initialization Parameters Structure.

Field Documentation

◆ AddSof

uint8_t AddSof

Uart interface specific parameter.

◆ BusAddress

uint16_t BusAddress

Bus address, used for interfaces like I2C.

◆ CommParam

uint32_t CommParam

Interface-specific parameter.

◆ ComSpeedInit

uint32_t ComSpeedInit

Speed used by peripheral before being configured by application.

◆ DevName

uint8_t* DevName

Pointer to the device name.

◆ DevNameLen

size_t DevNameLen

Length of the device name.

◆ DevSerialNumber

uint8_t* DevSerialNumber

Pointer to the device serial number.

◆ DevSerialNumberLen

size_t DevSerialNumberLen

Length of the device serial number.

◆ GpioNum

uint32_t GpioNum

GPIO Number

◆ InfType

Type of the interface to use.

◆ LOG

struct ptxLog* LOG

Pointer to an initialized logger.

◆ OS

struct ptxOsal* OS

Pointer to an initialized OSAL component structure.

◆ UseHWFlowControl

uint8_t UseHWFlowControl

Use HW-Interface specific Flow-control (if available).


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