Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dddi.h448 DDI16SetValBit(uint32_t ui32Base, uint32_t ui32Reg, bool bWriteHigh, in DDI16SetValBit() argument
465 ui32RegOffset = DDI_O_MASK16B + (ui32Reg << 1) + (bWriteHigh ? 4 : 0); in DDI16SetValBit()
A Dadi.h778 ADI4SetValBit(uint32_t ui32Base, uint32_t ui32Reg, bool bWriteHigh, in ADI4SetValBit() argument
795 ui32RegOffset = ADI_O_MASK4B + (ui32Reg << 1) + (bWriteHigh ? 1 : 0); in ADI4SetValBit()

Completed in 6 milliseconds