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

UART specific data and operational state. More...

#include <ptxHal_UART_Ext.h>

Collaboration diagram for ptxHal_UART:
Collaboration graph

Data Fields

uint8_t IsTxBlocking
 
ptxHal_InterfaceType_t InfType
 
struct ptxOsal * OS
 
struct ptxLogLOG
 
ptxMutex_t Mutex
 
uint32_t ReadTimeout
 
uint8_t AddSof
 

Detailed Description

UART specific data and operational state.

Field Documentation

◆ AddSof

uint8_t AddSof

Add SoF

◆ InfType

Interface Type

◆ IsTxBlocking

uint8_t IsTxBlocking

If this is enabled the Uart Tx operation is blocking.

◆ LOG

struct ptxLog* LOG

Pointer to an initialized logger.

◆ Mutex

ptxMutex_t Mutex

Mutex for receiving function.

◆ OS

struct ptxOsal* OS

Pointer to an already-initialized OSAL component structure.

◆ ReadTimeout

uint32_t ReadTimeout

ead Timeout


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