Home
last modified time | relevance | path

Searched refs:IS_LPUART_PARITY (Results 1 – 6 of 6) sorted by relevance

/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_lpuart.h99 #define IS_LPUART_PARITY(PARITY) (((PARITY) == LPUART_PE_NO) || ((PARITY) == LPUART_PE_EVEN) || ((P… macro
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_lpuart.h99 #define IS_LPUART_PARITY(PARITY) (((PARITY) == LPUART_PE_NO) || ((PARITY) == LPUART_PE_EVEN) || ((P… macro
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_lpuart.h99 #define IS_LPUART_PARITY(PARITY) (((PARITY) == LPUART_PE_NO) || ((PARITY) == LPUART_PE_EVEN) || ((P… macro
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_lpuart.c132 assert_param(IS_LPUART_PARITY(LPUART_InitStruct->Parity)); in LPUART_Init()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_lpuart.c132 assert_param(IS_LPUART_PARITY(LPUART_InitStruct->Parity)); in LPUART_Init()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_lpuart.c132 assert_param(IS_LPUART_PARITY(LPUART_InitStruct->Parity)); in LPUART_Init()

Completed in 14 milliseconds