Searched refs:IS_LPUART_INSTANCE (Results 1 – 8 of 8) sorted by relevance
132 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_DeInit()162 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_Init()
153 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_DeInit()190 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_Init()
343 assert_param((IS_UART_INSTANCE(huart->Instance)) || (IS_LPUART_INSTANCE(huart->Instance))); in HAL_UART_Init()661 assert_param((IS_UART_INSTANCE(huart->Instance)) || (IS_LPUART_INSTANCE(huart->Instance))); in HAL_UART_DeInit()
1251 #define UART_INSTANCE_LOWPOWER(__HANDLE__) (IS_LPUART_INSTANCE((__HANDLE__)->Instance))
6592 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro
7786 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro
7627 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro
18437 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro