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

Input parameters to Open Uart Port. More...

#include <ptxHal_UART.h>

Collaboration diagram for ptxHal_UartInitParam:
Collaboration graph

Data Fields

uint8_t * DevName
 
size_t DevNameLen
 
uint32_t ComSpeedInit
 
uint8_t UseHWFlowControl
 
uint32_t WriteTimeout
 
uint32_t ReadTimeout
 
struct ptxOsal * OS
 
struct ptxLogLOG
 

Detailed Description

Input parameters to Open Uart Port.

Field Documentation

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

◆ LOG

struct ptxLog* LOG

Pointer to an initialized logger.

◆ OS

struct ptxOsal* OS

Pointer to an initialized OSAL component structure.

◆ ReadTimeout

uint32_t ReadTimeout

TimeOut for a read operation.

◆ UseHWFlowControl

uint8_t UseHWFlowControl

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

◆ WriteTimeout

uint32_t WriteTimeout

TimeOut for a write operation.


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