G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Functions

__STATIC_INLINE uint8_t DDL_USART_ReceiveData8 (USART_TypeDef *USARTx)
 Read Receiver Data register (Receive Data value, 8 bits).
__STATIC_INLINE uint16_t DDL_USART_ReceiveData9 (USART_TypeDef *USARTx)
 Read Receiver Data register (Receive Data value, 9 bits).
__STATIC_INLINE void DDL_USART_TransmitData8 (USART_TypeDef *USARTx, uint8_t Value)
 Write in Transmitter Data Register (Transmit Data value, 8 bits).
__STATIC_INLINE void DDL_USART_TransmitData9 (USART_TypeDef *USARTx, uint16_t Value)
 Write in Transmitter Data Register (Transmit Data value, 9 bits).

Detailed Description

Function Documentation

◆ DDL_USART_ReceiveData8()

__STATIC_INLINE uint8_t DDL_USART_ReceiveData8 ( USART_TypeDef * USARTx)

Read Receiver Data register (Receive Data value, 8 bits).

Parameters
USARTxUSART Instance
Return values
Valuebetween Min_Data=0x00 and Max_Data=0xFF

Definition at line 2351 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_ReceiveData9()

__STATIC_INLINE uint16_t DDL_USART_ReceiveData9 ( USART_TypeDef * USARTx)

Read Receiver Data register (Receive Data value, 9 bits).

Parameters
USARTxUSART Instance
Return values
Valuebetween Min_Data=0x00 and Max_Data=0x1FF

Definition at line 2361 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_TransmitData8()

__STATIC_INLINE void DDL_USART_TransmitData8 ( USART_TypeDef * USARTx,
uint8_t Value )

Write in Transmitter Data Register (Transmit Data value, 8 bits).

Parameters
USARTxUSART Instance
Valuebetween Min_Data=0x00 and Max_Data=0xFF
Return values
None

Definition at line 2372 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_TransmitData9()

__STATIC_INLINE void DDL_USART_TransmitData9 ( USART_TypeDef * USARTx,
uint16_t Value )

Write in Transmitter Data Register (Transmit Data value, 9 bits).

Parameters
USARTxUSART Instance
Valuebetween Min_Data=0x00 and Max_Data=0x1FF
Return values
None

Definition at line 2383 of file g32r4xx_ddl_usart.h.