Searched refs:IS_USART (Results 1 – 7 of 7) sorted by relevance
98 Assert_Param(IS_USART(USARTx)); in USART_DeInit()159 Assert_Param(IS_USART(USARTx)); in USART_Init()241 Assert_Param(IS_USART(USARTx)); in USART_SendData()255 Assert_Param(IS_USART(USARTx)); in USART_ReceiveData()283 Assert_Param(IS_USART(USARTx)); in USART_GetFlagStatus()317 Assert_Param(IS_USART(USARTx)); in USART_GetIntStatus()348 Assert_Param(IS_USART(USARTx)); in USART_ClearFlag()376 Assert_Param(IS_USART(USARTx)); in USART_IntConfig()400 Assert_Param(IS_USART(USARTx)); in USART_TxRxCmd()426 Assert_Param(IS_USART(USARTx)); in USART_PDMACmd()[all …]
117 Assert_Param(IS_USART(USARTx)); in USART_DeInit()160 Assert_Param(IS_USART(USARTx)); in USART_Init()231 Assert_Param(IS_USART(USARTx)); in USART_SendData()245 Assert_Param(IS_USART(USARTx)); in USART_ReceiveData()283 Assert_Param(IS_USART(USARTx)); in USART_GetFlagStatus()338 Assert_Param(IS_USART(USARTx)); in USART_GetIntStatus()368 Assert_Param(IS_USART(USARTx)); in USART_ClearFlag()402 Assert_Param(IS_USART(USARTx)); in USART_IntConfig()440 Assert_Param(IS_USART(USARTx)); in USART_TxRxCmd()477 Assert_Param(IS_USART(USARTx)); in USART_PDMACmd()[all …]
264 assert_param(IS_USART(hperh->perh)); in ald_usart_reset()289 assert_param(IS_USART(hperh->perh)); in ald_usart_init()323 assert_param(IS_USART(hperh->perh)); in ald_usart_half_duplex_init()360 assert_param(IS_USART(hperh->perh)); in ald_usart_multi_processor_init()397 assert_param(IS_USART(hperh->perh)); in ald_usart_clock_init()1646 assert_param(IS_USART(hperh->perh)); in ald_usart_multi_processor_enter_mute_mode()1666 assert_param(IS_USART(hperh->perh)); in ald_usart_multi_processor_exit_mute_mode()1730 assert_param(IS_USART(hperh->perh)); in ald_usart_dma_req_config()1765 assert_param(IS_USART(hperh->perh)); in ald_usart_interrupt_config()1809 assert_param(IS_USART(hperh->perh)); in ald_usart_get_flag_status()[all …]
224 assert_param(IS_USART(hperh->perh)); in ald_smartcard_init()258 assert_param(IS_USART(hperh->perh)); in ald_smartcard_reset()872 assert_param(IS_USART(hperh->perh)); in smartcard_set_config()
392 #define IS_USART(x) (((x) == USART0) || ((x) == USART1)) macro
382 #define IS_USART(x) (IS_USART0(x) || \ macro
461 #define IS_USART(USART) ((USART == HT_USART0) || \ macro
Completed in 24 milliseconds