![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| ErrorStatus | DDL_USART_DeInit (USART_TypeDef *USARTx) |
| De-initialize USART registers (Registers restored to their default values). | |
| ErrorStatus | DDL_USART_Init (USART_TypeDef *USARTx, DDL_USART_InitTypeDef *USART_InitStruct) |
| Initialize USART registers according to the specified parameters in USART_InitStruct. | |
| void | DDL_USART_StructInit (DDL_USART_InitTypeDef *USART_InitStruct) |
| Set each DDL_USART_InitTypeDef field to default value. | |
| ErrorStatus | DDL_USART_ClockInit (USART_TypeDef *USARTx, DDL_USART_ClockInitTypeDef *USART_ClockInitStruct) |
| Initialize USART Clock related settings according to the specified parameters in the USART_ClockInitStruct. | |
| void | DDL_USART_ClockStructInit (DDL_USART_ClockInitTypeDef *USART_ClockInitStruct) |
| Set each field of a DDL_USART_ClockInitTypeDef type structure to default value. | |
| ErrorStatus DDL_USART_ClockInit | ( | USART_TypeDef * | USARTx, |
| DDL_USART_ClockInitTypeDef * | USART_ClockInitStruct ) |
Initialize USART Clock related settings according to the specified parameters in the USART_ClockInitStruct.
| USARTx | USART Instance |
| USART_ClockInitStruct | Pointer to a DDL_USART_ClockInitTypeDef structure that contains the Clock configuration information for the specified USART peripheral. |
| An | ErrorStatus enumeration value:
|
Definition at line 299 of file g32r4xx_ddl_usart.c.
| void DDL_USART_ClockStructInit | ( | DDL_USART_ClockInitTypeDef * | USART_ClockInitStruct | ) |
Set each field of a DDL_USART_ClockInitTypeDef type structure to default value.
| USART_ClockInitStruct | Pointer to a DDL_USART_ClockInitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 358 of file g32r4xx_ddl_usart.c.
| ErrorStatus DDL_USART_DeInit | ( | USART_TypeDef * | USARTx | ) |
De-initialize USART registers (Registers restored to their default values).
| USARTx | USART Instance |
| An | ErrorStatus enumeration value:
|
Definition at line 148 of file g32r4xx_ddl_usart.c.
| ErrorStatus DDL_USART_Init | ( | USART_TypeDef * | USARTx, |
| DDL_USART_InitTypeDef * | USART_InitStruct ) |
Initialize USART registers according to the specified parameters in USART_InitStruct.
| USARTx | USART Instance |
| USART_InitStruct | pointer to a DDL_USART_InitTypeDef structure that contains the configuration information for the specified USART peripheral. |
| An | ErrorStatus enumeration value:
|
Definition at line 194 of file g32r4xx_ddl_usart.c.
| void DDL_USART_StructInit | ( | DDL_USART_InitTypeDef * | USART_InitStruct | ) |
Set each DDL_USART_InitTypeDef field to default value.
| USART_InitStruct | Pointer to a DDL_USART_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 275 of file g32r4xx_ddl_usart.c.