Home
last modified time | relevance | path

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

/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_lpuart.h198 #define IS_LPUART_SAMPLING(SAMPLING) (((SAMPLING) == LPUART_SMPCNT_1B) || ((SAMPLING) == LPUART_SMP… macro
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_lpuart.h198 #define IS_LPUART_SAMPLING(SAMPLING) (((SAMPLING) == LPUART_SMPCNT_1B) || ((SAMPLING) == LPUART_SMP… macro
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_lpuart.h198 #define IS_LPUART_SAMPLING(SAMPLING) (((SAMPLING) == LPUART_SMPCNT_1B) || ((SAMPLING) == LPUART_SMP… macro
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_lpuart.c345 assert_param(IS_LPUART_SAMPLING(LPUART_SamplingMethod)); in LPUART_ConfigSamplingMethod()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_lpuart.c345 assert_param(IS_LPUART_SAMPLING(LPUART_SamplingMethod)); in LPUART_ConfigSamplingMethod()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_lpuart.c345 assert_param(IS_LPUART_SAMPLING(LPUART_SamplingMethod)); in LPUART_ConfigSamplingMethod()

Completed in 10 milliseconds