![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_USART_WriteReg(__INSTANCE__, __REG__, __VALUE__) |
| Write a value in USART register. | |
| #define | DDL_USART_ReadReg(__INSTANCE__, __REG__) |
| Read a value in USART register. | |
| #define DDL_USART_ReadReg | ( | __INSTANCE__, | |
| __REG__ ) |
Read a value in USART register.
| __INSTANCE__ | USART Instance |
| __REG__ | Register to be read |
| Register | value |
Definition at line 376 of file g32r4xx_ddl_usart.h.
| #define DDL_USART_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ ) |
Write a value in USART register.
| __INSTANCE__ | USART Instance |
| __REG__ | Register to be written |
| __VALUE__ | Value to be written in the register |
| None |
Definition at line 368 of file g32r4xx_ddl_usart.h.