Home
last modified time | relevance | path

Searched refs:ui32Mask (Results 1 – 19 of 19) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drfc.h172 RFCCpeIntClear(uint32_t ui32Mask) in RFCCpeIntClear() argument
175 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEIFG) = ~ui32Mask; in RFCCpeIntClear()
185 RFCHwIntClear(uint32_t ui32Mask) in RFCHwIntClear() argument
188 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIFG) = ~ui32Mask; in RFCHwIntClear()
198 RFCCpe0IntSelect(uint32_t ui32Mask) in RFCCpe0IntSelect() argument
201 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEISL) &= ~ui32Mask; in RFCCpe0IntSelect()
211 RFCCpe1IntSelect(uint32_t ui32Mask) in RFCCpe1IntSelect() argument
214 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEISL) |= ui32Mask; in RFCCpe1IntSelect()
224 RFCCpeIntEnable(uint32_t ui32Mask) in RFCCpeIntEnable() argument
227 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEIEN) |= ui32Mask; in RFCCpeIntEnable()
[all …]
Dddi.c84 uint32_t ui32Mask, uint32_t ui32WrData) in DDI16BitWrite() argument
91 ASSERT(!((ui32Mask & 0xFFFF0000) ^ (ui32Mask & 0x0000FFFF))); in DDI16BitWrite()
98 if(ui32Mask & 0xFFFF0000) in DDI16BitWrite()
101 ui32Mask >>= 16; in DDI16BitWrite()
105 ui32Data = ui32WrData ? ui32Mask : 0x0; in DDI16BitWrite()
108 HWREG(ui32RegAddr) = (ui32Mask << 16) | ui32Data; in DDI16BitWrite()
118 uint32_t ui32Mask, uint32_t ui32Shift, in DDI16BitfieldWrite() argument
135 ui32Mask = ui32Mask >> 16; in DDI16BitfieldWrite()
142 HWREG(ui32RegAddr) = (ui32Mask << 16) | ui32WrData; in DDI16BitfieldWrite()
151 DDI16BitRead(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask) in DDI16BitRead() argument
[all …]
Dddi.h309 uint32_t ui32Mask, uint32_t ui32Val) in DDI16SetValBit() argument
317 ASSERT(!(ui32Mask & 0xFFFF0000)); in DDI16SetValBit()
324 HWREG(ui32Base + ui32RegOffset) = (ui32Mask << 16) | ui32Val; in DDI16SetValBit()
362 uint32_t ui32Mask, uint32_t ui32WrData);
381 uint32_t ui32Mask, uint32_t ui32Shift,
396 uint32_t ui32Mask);
413 uint32_t ui32Mask, uint32_t ui32Shift);
Drfc.c75 RFCCpeIntGetAndClear(uint32_t ui32Mask) in RFCCpeIntGetAndClear() argument
78 uint32_t ui32Ifg = HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEIFG) & ui32Mask; in RFCCpeIntGetAndClear()
257 RFCHwIntGetAndClear(uint32_t ui32Mask) in RFCHwIntGetAndClear() argument
260 uint32_t ui32Ifg = HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIFG) & ui32Mask; in RFCHwIntGetAndClear()
Dtrng.h303 uint32_t ui32Mask; in TRNGIntStatus() local
309 ui32Mask = HWREG(TRNG_BASE + TRNG_O_IRQFLAGMASK); in TRNGIntStatus()
310 return(ui32Mask & HWREG(TRNG_BASE + TRNG_O_IRQFLAGSTAT)); in TRNGIntStatus()
Daon_event.c67 uint32_t ui32Mask ; in AONEventMcuWakeUpSet() local
75 ui32Mask = ( 0x3F << ui32Shift ); in AONEventMcuWakeUpSet()
80 HWREG( ui32RegAdr ) = ( HWREG( ui32RegAdr ) & ( ~ui32Mask )) | ( ui32EventSrc << ui32Shift ); in AONEventMcuWakeUpSet()
Dcrypto.h665 uint32_t ui32Mask; in CRYPTOIntStatus() local
671 ui32Mask = HWREG(CRYPTO_BASE + CRYPTO_O_IRQEN); in CRYPTOIntStatus()
672 return(ui32Mask & HWREG(CRYPTO_BASE + CRYPTO_O_IRQSTAT)); in CRYPTOIntStatus()
Dadi.h755 ADI16SetValBit(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, in ADI16SetValBit() argument
764 ASSERT(!(ui32Mask & 0xFFFF0000)); in ADI16SetValBit()
771 HWREG(ui32Base + ui32RegOffset) = (ui32Mask << 16) | ui32Val; in ADI16SetValBit()
Di2s.h738 uint32_t ui32Mask; in I2SIntStatus() local
747 ui32Mask = HWREG(I2S0_BASE + I2S_O_IRQFLAGS); in I2SIntStatus()
748 return(ui32Mask & HWREG(I2S0_BASE + I2S_O_IRQMASK)); in I2SIntStatus()
Drom.h313 ((void (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32WrData)) \
317 …((void (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift, uint16_t ui…
321 ((uint16_t (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask)) \
325 ((uint16_t (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift)) \
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dddi.c82 uint32_t ui32Mask, uint32_t ui32WrData) in DDI16BitWrite() argument
89 ASSERT(!((ui32Mask & 0xFFFF0000) ^ (ui32Mask & 0x0000FFFF))); in DDI16BitWrite()
96 if(ui32Mask & 0xFFFF0000) in DDI16BitWrite()
99 ui32Mask >>= 16; in DDI16BitWrite()
103 ui32Data = ui32WrData ? ui32Mask : 0x0; in DDI16BitWrite()
106 HWREG(ui32RegAddr) = (ui32Mask << 16) | ui32Data; in DDI16BitWrite()
116 uint32_t ui32Mask, uint32_t ui32Shift, in DDI16BitfieldWrite() argument
133 ui32Mask = ui32Mask >> 16; in DDI16BitfieldWrite()
140 HWREG(ui32RegAddr) = (ui32Mask << 16) | ui32WrData; in DDI16BitfieldWrite()
149 DDI16BitRead(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask) in DDI16BitRead() argument
[all …]
Drfc.h173 RFCCpeIntClear(uint32_t ui32Mask) in RFCCpeIntClear() argument
176 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEIFG) = ~ui32Mask; in RFCCpeIntClear()
186 RFCHwIntClear(uint32_t ui32Mask) in RFCHwIntClear() argument
189 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIFG) = ~ui32Mask; in RFCHwIntClear()
199 RFCCpe0IntSelect(uint32_t ui32Mask) in RFCCpe0IntSelect() argument
202 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEISL) &= ~ui32Mask; in RFCCpe0IntSelect()
212 RFCCpe1IntSelect(uint32_t ui32Mask) in RFCCpe1IntSelect() argument
215 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEISL) |= ui32Mask; in RFCCpe1IntSelect()
225 RFCCpeIntEnable(uint32_t ui32Mask) in RFCCpeIntEnable() argument
228 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEIEN) |= ui32Mask; in RFCCpeIntEnable()
[all …]
Dddi.h306 uint32_t ui32Mask, uint32_t ui32Val) in DDI16SetValBit() argument
314 ASSERT(!(ui32Mask & 0xFFFF0000)); in DDI16SetValBit()
321 HWREG(ui32Base + ui32RegOffset) = (ui32Mask << 16) | ui32Val; in DDI16SetValBit()
359 uint32_t ui32Mask, uint32_t ui32WrData);
378 uint32_t ui32Mask, uint32_t ui32Shift,
393 uint32_t ui32Mask);
410 uint32_t ui32Mask, uint32_t ui32Shift);
Drfc.c75 RFCCpeIntGetAndClear(uint32_t ui32Mask) in RFCCpeIntGetAndClear() argument
78 uint32_t ui32Ifg = HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFCPEIFG) & ui32Mask; in RFCCpeIntGetAndClear()
257 RFCHwIntGetAndClear(uint32_t ui32Mask) in RFCHwIntGetAndClear() argument
260 uint32_t ui32Ifg = HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIFG) & ui32Mask; in RFCHwIntGetAndClear()
Dtrng.h301 uint32_t ui32Mask; in TRNGIntStatus() local
307 ui32Mask = HWREG(TRNG_BASE + TRNG_O_IRQFLAGMASK); in TRNGIntStatus()
308 return(ui32Mask & HWREG(TRNG_BASE + TRNG_O_IRQFLAGSTAT)); in TRNGIntStatus()
Daon_event.c65 uint32_t ui32Mask ; in AONEventMcuWakeUpSet() local
73 ui32Mask = ( 0x3F << ui32Shift ); in AONEventMcuWakeUpSet()
78 HWREG( ui32RegAdr ) = ( HWREG( ui32RegAdr ) & ( ~ui32Mask )) | ( ui32EventSrc << ui32Shift ); in AONEventMcuWakeUpSet()
Dadi.h753 ADI16SetValBit(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, in ADI16SetValBit() argument
762 ASSERT(!(ui32Mask & 0xFFFF0000)); in ADI16SetValBit()
769 HWREG(ui32Base + ui32RegOffset) = (ui32Mask << 16) | ui32Val; in ADI16SetValBit()
Di2s.h736 uint32_t ui32Mask; in I2SIntStatus() local
745 ui32Mask = HWREG(I2S0_BASE + I2S_O_IRQFLAGS); in I2SIntStatus()
746 return(ui32Mask & HWREG(I2S0_BASE + I2S_O_IRQMASK)); in I2SIntStatus()
Drom.h311 ((void (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32WrData)) \
315 …((void (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift, uint16_t ui…
319 ((uint16_t (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask)) \
323 ((uint16_t (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift)) \