Home
last modified time | relevance | path

Searched refs:USART_ReceiveData (Results 1 – 25 of 41) sorted by relevance

12

/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h163 uint16_t USART_ReceiveData(USART_TypeDef* USARTx);
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h166 uint16_t USART_ReceiveData(USART_TypeDef* USARTx);
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h165 uint16_t USART_ReceiveData(USART_TypeDef *USARTx);
/bsp/hk32/libraries/rt_drivers/
A Ddrv_usart.c181 ch = USART_ReceiveData(usart->usartx) & 0xff; in hk32_getc()
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_uart_ch32f10x.c190 ch = USART_ReceiveData(usart_dev->periph) & 0xff; in ch32f1_usart_getc()
A Ddrv_uart_ch32f20x.c230 ch = USART_ReceiveData(usart_dev->periph) & 0xff; in ch32f2_usart_getc()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usart.c252 ch = USART_ReceiveData(usart->usart_x); in ht32_getc()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h357 uint16_t USART_ReceiveData(USART_TypeDef* USARTx);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_usart.h368 uint16_t USART_ReceiveData(USART_Module* USARTx);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_usart.h369 uint16_t USART_ReceiveData(USART_Module* USARTx);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_usart.h368 uint16_t USART_ReceiveData(USART_Module* USARTx);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_usart.h369 uint16_t USART_ReceiveData(USART_Module* USARTx);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_usart.h368 uint16_t USART_ReceiveData(USART_Module* USARTx);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h369 uint16_t USART_ReceiveData(USART_Module* USARTx);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h369 uint16_t USART_ReceiveData(USART_Module* USARTx);
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_usart.c273 ch = USART_ReceiveData(uart->config->Instance) & 0xff; in air32_getc()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_serial.c124 return USART_ReceiveData(RETARGET_USART_PORT); in SERIAL_GetChar()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_serial.c130 return USART_ReceiveData(RETARGET_USART_PORT); in SERIAL_GetChar()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usart.c415 uint16_t USART_ReceiveData(USART_TypeDef* USARTx) in USART_ReceiveData() function
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_usart.c414 uint16_t USART_ReceiveData(USART_TypeDef* USARTx) in USART_ReceiveData() function
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usart.c464 uint16_t USART_ReceiveData(USART_TypeDef *USARTx) in USART_ReceiveData() function
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h495 uint16_t USART_ReceiveData(USART_TypeDef* USARTx);
/bsp/n32/libraries/n32_drivers/
A Ddrv_usart.c560 ch = USART_ReceiveData(uart->uart_periph); in n32_getc()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h444 u16 USART_ReceiveData(HT_USART_TypeDef* USARTx);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_usart.c577 uint16_t USART_ReceiveData(USART_Module* USARTx) in USART_ReceiveData() function

Completed in 43 milliseconds

12