Searched refs:USART_Rx (Results 1 – 4 of 4) sorted by relevance
133 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()
165 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()
633 uint8_t USART_Rx(USART_TypeDef *usart);
837 uint8_t USART_Rx(USART_TypeDef *usart) in USART_Rx() function
Completed in 9 milliseconds