Searched refs:IS_UART_INSTANCE (Results 1 – 14 of 14) sorted by relevance
142 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_DeInit()216 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_Init()343 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_ClockInit()
265 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_Init()507 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_DeInit()1397 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_MultiProcessor_EnterMuteMode()1424 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_MultiProcessor_ExitMuteMode()
143 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_DeInit()217 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_Init()349 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_ClockInit()
241 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_Init()511 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_DeInit()
168 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_DeInit()243 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_Init()397 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_ClockInit()
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()
6544 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
7579 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
7738 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
8087 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
8977 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
9281 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
18372 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro