Searched refs:ui32Shift (Results 1 – 8 of 8) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | ddi.c | 116 uint32_t ui32Mask, uint32_t ui32Shift, in DDI16BitfieldWrite() argument 129 if(ui32Shift >= 16) in DDI16BitfieldWrite() 131 ui32Shift = ui32Shift - 16; in DDI16BitfieldWrite() 137 ui32WrData = ui32Data << ui32Shift; in DDI16BitfieldWrite() 184 uint32_t ui32Mask, uint32_t ui32Shift) in DDI16BitfieldRead() argument 196 if(ui32Shift >= 16) in DDI16BitfieldRead() 198 ui32Shift = ui32Shift - 16; in DDI16BitfieldRead() 208 ui16Data >>= ui32Shift; in DDI16BitfieldRead()
|
| D | aon_event.c | 64 uint32_t ui32Shift ; in AONEventMcuWakeUpSet() local 72 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpSet() 73 ui32Mask = ( 0x3F << ui32Shift ); in AONEventMcuWakeUpSet() 78 HWREG( ui32RegAdr ) = ( HWREG( ui32RegAdr ) & ( ~ui32Mask )) | ( ui32EventSrc << ui32Shift ); in AONEventMcuWakeUpSet() 89 uint32_t ui32Shift ; in AONEventMcuWakeUpGet() local 95 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpGet() 100 return (( HWREG( ui32RegAdr ) >> ui32Shift ) & 0x3F ); in AONEventMcuWakeUpGet()
|
| D | ddi.h | 378 uint32_t ui32Mask, uint32_t ui32Shift, 410 uint32_t ui32Mask, uint32_t ui32Shift);
|
| D | rom.h | 315 …((void (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift, uint16_t ui… 323 ((uint16_t (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift)) \
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | ddi.c | 118 uint32_t ui32Mask, uint32_t ui32Shift, in DDI16BitfieldWrite() argument 131 if(ui32Shift >= 16) in DDI16BitfieldWrite() 133 ui32Shift = ui32Shift - 16; in DDI16BitfieldWrite() 139 ui32WrData = ui32Data << ui32Shift; in DDI16BitfieldWrite() 186 uint32_t ui32Mask, uint32_t ui32Shift) in DDI16BitfieldRead() argument 198 if(ui32Shift >= 16) in DDI16BitfieldRead() 200 ui32Shift = ui32Shift - 16; in DDI16BitfieldRead() 210 ui16Data >>= ui32Shift; in DDI16BitfieldRead()
|
| D | aon_event.c | 66 uint32_t ui32Shift ; in AONEventMcuWakeUpSet() local 74 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpSet() 75 ui32Mask = ( 0x3F << ui32Shift ); in AONEventMcuWakeUpSet() 80 HWREG( ui32RegAdr ) = ( HWREG( ui32RegAdr ) & ( ~ui32Mask )) | ( ui32EventSrc << ui32Shift ); in AONEventMcuWakeUpSet() 91 uint32_t ui32Shift ; in AONEventMcuWakeUpGet() local 97 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpGet() 102 return (( HWREG( ui32RegAdr ) >> ui32Shift ) & 0x3F ); in AONEventMcuWakeUpGet()
|
| D | ddi.h | 381 uint32_t ui32Mask, uint32_t ui32Shift, 413 uint32_t ui32Mask, uint32_t ui32Shift);
|
| D | rom.h | 317 …((void (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift, uint16_t ui… 325 ((uint16_t (*)(uint32_t ui32Base, uint32_t ui32Reg, uint32_t ui32Mask, uint32_t ui32Shift)) \
|