Searched refs:ui32Temp (Results 1 – 2 of 2) sorted by relevance
275 uint32_t ui32Temp; in IntPrioritySet() local286 ui32Temp = HWREG(g_pui32Regs[ui32Interrupt >> 2]); in IntPrioritySet()287 ui32Temp &= ~(0xFF << (8 * (ui32Interrupt & 3))); in IntPrioritySet()288 ui32Temp |= ui8Priority << (8 * (ui32Interrupt & 3)); in IntPrioritySet()289 HWREG(g_pui32Regs[ui32Interrupt >> 2]) = ui32Temp; in IntPrioritySet()
79 uint32_t ui32Temp; in UARTFIFOLevelGet() local89 ui32Temp = HWREG(ui32Base + UART_O_IFLS); in UARTFIFOLevelGet()94 *pui32TxLevel = ui32Temp & UART_IFLS_TXSEL_M; in UARTFIFOLevelGet()95 *pui32RxLevel = ui32Temp & UART_IFLS_RXSEL_M; in UARTFIFOLevelGet()
Completed in 3 milliseconds