Home
last modified time | relevance | path

Searched refs:USART_Rx (Results 1 – 4 of 4) sorted by relevance

/bsp/efm32/EFM32GG_DK3750/
A Ddvk_spi.c133 USART_Rx(USART_USED); in SPI_BC_Access()
138 tmp = (uint16_t) USART_Rx(USART_USED); in SPI_BC_Access()
142 tmp |= (uint16_t) USART_Rx(USART_USED) << 8; in SPI_BC_Access()
/bsp/efm32/EFM32_Gxxx_DK/
A Ddvk_spi.c165 USART_Rx(USART_USED); in spiAccess()
169 tmp = (uint16_t)USART_Rx(USART_USED); in spiAccess()
173 tmp |= (uint16_t)USART_Rx(USART_USED) << 8; in spiAccess()
/bsp/efm32/Libraries/emlib/inc/
A Dem_usart.h633 uint8_t USART_Rx(USART_TypeDef *usart);
/bsp/efm32/Libraries/emlib/src/
A Dem_usart.c837 uint8_t USART_Rx(USART_TypeDef *usart) in USART_Rx() function

Completed in 9 milliseconds