|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
Input parameters to Open Uart Port. More...
#include <ptxHal_UART.h>

Data Fields | |
| uint8_t * | DevName |
| size_t | DevNameLen |
| uint32_t | ComSpeedInit |
| uint8_t | UseHWFlowControl |
| uint32_t | WriteTimeout |
| uint32_t | ReadTimeout |
| struct ptxOsal * | OS |
| struct ptxLog * | LOG |
Input parameters to Open Uart Port.
| 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.
| struct ptxLog* LOG |
Pointer to an initialized logger.
| struct ptxOsal* OS |
Pointer to an initialized OSAL component structure.
| uint32_t ReadTimeout |
TimeOut for a read operation.
| uint8_t UseHWFlowControl |
Use HW-Interface specific Flow-control (if available).
| uint32_t WriteTimeout |
TimeOut for a write operation.