Searched refs:shift (Results 1 – 1 of 1) sorted by relevance
477 uint shift = (8 - frame_size); in nhw_UARTE_process_Rx_byte() local478 *byte = *byte << shift; in nhw_UARTE_process_Rx_byte()751 uint shift = (8 - frame_size); in nhw_UART_prep_Tx_data() local753 return byte >> shift; in nhw_UART_prep_Tx_data()755 return byte & (0xFF >> shift); in nhw_UART_prep_Tx_data()