Searched refs:CycPerbit (Results 1 – 2 of 2) sorted by relevance
356 u32 CycPerbit = 0; in UART_LPRxBaudSet() local366 CycPerbit = RxIPClockHz / BaudRate + 1; in UART_LPRxBaudSet()368 CycPerbit = RxIPClockHz / BaudRate; in UART_LPRxBaudSet()374 RegValue |= (CycPerbit & RUART_LP_RX_XTAL_CYCNUM_PERBIT); in UART_LPRxBaudSet()382 RegOscBaud |= ((CycPerbit << 9) & RUART_LP_RX_OSC_CYCNUM_PERBIT); in UART_LPRxBaudSet()
1184 u32 CycPerbit = 0; in USI_UARTLPRxBaudSet() local1195 CycPerbit = RxIPClockHz / BaudRate + 1; in USI_UARTLPRxBaudSet()1197 CycPerbit = RxIPClockHz / BaudRate; in USI_UARTLPRxBaudSet()1204 RegValue |= CycPerbit; in USI_UARTLPRxBaudSet()1212 RegOscBaud |= CycPerbit; in USI_UARTLPRxBaudSet()
Completed in 5 milliseconds