Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART.c477 uint shift = (8 - frame_size); in nhw_UARTE_process_Rx_byte() local
478 *byte = *byte << shift; in nhw_UARTE_process_Rx_byte()
751 uint shift = (8 - frame_size); in nhw_UART_prep_Tx_data() local
753 return byte >> shift; in nhw_UART_prep_Tx_data()
755 return byte & (0xFF >> shift); in nhw_UART_prep_Tx_data()