![]() |
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). | |
| __STATIC_INLINE uint8_t DDL_USART_ReceiveData8 | ( | USART_TypeDef * | USARTx | ) |
Read Receiver Data register (Receive Data value, 8 bits).
| USARTx | USART Instance |
| Value | between Min_Data=0x00 and Max_Data=0xFF |
Definition at line 2351 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint16_t DDL_USART_ReceiveData9 | ( | USART_TypeDef * | USARTx | ) |
Read Receiver Data register (Receive Data value, 9 bits).
| USARTx | USART Instance |
| Value | between Min_Data=0x00 and Max_Data=0x1FF |
Definition at line 2361 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_TransmitData8 | ( | USART_TypeDef * | USARTx, |
| uint8_t | Value ) |
Write in Transmitter Data Register (Transmit Data value, 8 bits).
| USARTx | USART Instance |
| Value | between Min_Data=0x00 and Max_Data=0xFF |
| None |
Definition at line 2372 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_TransmitData9 | ( | USART_TypeDef * | USARTx, |
| uint16_t | Value ) |
Write in Transmitter Data Register (Transmit Data value, 9 bits).
| USARTx | USART Instance |
| Value | between Min_Data=0x00 and Max_Data=0x1FF |
| None |
Definition at line 2383 of file g32r4xx_ddl_usart.h.