Home
last modified time | relevance | path

Searched refs:IS_USART (Results 1 – 7 of 7) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usart.c98 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 …]
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usart.c117 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 …]
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_usart.c264 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 …]
A Dald_smartcard.c224 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()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_usart.h392 #define IS_USART(x) (((x) == USART0) || ((x) == USART1)) macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h382 #define IS_USART(x) (IS_USART0(x) || \ macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h461 #define IS_USART(USART) ((USART == HT_USART0) || \ macro

Completed in 24 milliseconds