Home
last modified time | relevance | path

Searched refs:HWREGH (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Dusb.c509 HWREGH(ulBase + USB_O_TXIE) &= in USBIntDisable()
519 HWREGH(ulBase + USB_O_RXIE) &= in USBIntDisable()
596 HWREGH(ulBase + USB_O_TXIE) |= in USBIntEnable()
606 HWREGH(ulBase + USB_O_RXIE) |= in USBIntEnable()
861 HWREGH(ulBase + USB_O_TXIE) &= in USBIntDisableEndpoint()
868 HWREGH(ulBase + USB_O_RXIE) &= in USBIntDisableEndpoint()
900 HWREGH(ulBase + USB_O_TXIE) |= in USBIntEnableEndpoint()
906 HWREGH(ulBase + USB_O_RXIE) |= in USBIntEnableEndpoint()
943 ulStatus = HWREGH(ulBase + USB_O_TXIS); in USBIntStatusEndpoint()
3533 HWREGH(ulBase + USB_O_EPC) = in USBHostPwrConfig()
[all …]
A Dlpc.c1320 return(HWREGH(ulBase + LPC_O_POOL + ulOffset)); in LPCHalfWordRead()
1353 HWREGH(ulBase + LPC_O_POOL + ulOffset) = usData; in LPCHalfWordWrite()
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_types.h87 #define HWREGH(x) \ macro
113 HWREGH(((unsigned long)(x) & 0xF0000000) | 0x02000000 | \
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dadi.h225 HWREGH(ui32Base + (ui32Reg & 0xFE)) = ui16Val; in ADI16RegWrite()
357 return(HWREGH(ui32Base + (ui32Reg & 0xFE))); in ADI16RegRead()
512 HWREGH(ui32Base + ui32RegOffset + (ui32Reg & 0xFE)) = ui16Val; in ADI16BitsSet()
683 HWREGH(ui32Base + ui32RegOffset + (ui32Reg & 0xFE)) = ui16Val; in ADI16BitsClear()
861 HWREGH(ui32Base + ui32RegOffset) = (ui16Mask << 8) | ui16Val; in ADI8SetValBit()
A Dddi.h144 case 2: HWREGH(nAddr) = (uint16_t)nData; break; in AuxAdiDdiSafeWrite()
177 case 2: nRet = HWREGH(nAddr); break; in AuxAdiDdiSafeRead()
A Dsetup.c459 HWREGH( ADI3_BASE + ADI_O_MASK8B + ( ADI_3_REFSYS_O_REFSYSCTL1 * 2 )) = in HapiTrimDeviceShutDown()
501HWREGH( ADI3_BASE + ADI_O_MASK8B + ( ADI_3_REFSYS_O_DCDCCTL1 * 2 )) = (( ADI_3_REFSYS_DCDCCTL1_VDD… in HapiTrimDeviceShutDown()
608 HWREGH( AUX_DDI0_OSC_BASE + DDI_O_MASK8B + ( DDI_0_OSC_O_LFOSCCTL * 2 ) + 4 ) = in HapiTrimDeviceShutDown()
725 HWREGH( AUX_ADI4_BASE + ADI_O_MASK8B + ( ADI_4_AUX_O_ADC0 * 2 )) = in HapiTrimDeviceShutDown()
1278 HWREGH( ADI3_BASE + ADI_O_MASK8B + ( ADI_3_REFSYS_O_DCDCCTL0 * 2 )) = in SetVddrLevel()
A Dsys_ctrl.c415HWREGH( ADI3_BASE + ADI_O_MASK8B + ( ADI_3_REFSYS_O_DCDCCTL1 * 2 )) = (( ADI_3_REFSYS_DCDCCTL1_VDD… in SysCtrlSetRechargeBeforePowerDown()
/lk-master/external/platform/stellaris/ti-driverlib/inc/
A Dhw_types.h65 #define HWREGH(x) \ macro
73 HWREGH(((unsigned long)(x) & 0xF0000000) | 0x02000000 | \

Completed in 33 milliseconds