Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dinterrupt.c275 uint32_t ui32Temp; in IntPrioritySet() local
286 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()
A Duart.c79 uint32_t ui32Temp; in UARTFIFOLevelGet() local
89 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