Home
last modified time | relevance | path

Searched refs:DDI_0_OSC_CTL0_XTAL_IS_24M (Results 1 – 3 of 3) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_ddi_0_osc.h108 #define DDI_0_OSC_CTL0_XTAL_IS_24M 0x80000000 macro
/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsetup_rom.c373 HWREG( AUX_DDI0_OSC_BASE + DDI_O_SET + DDI_0_OSC_O_CTL0 ) = DDI_0_OSC_CTL0_XTAL_IS_24M; in SetupAfterColdResetWakeupFromShutDownCfg3()
/hal_ti-2.7.6/simplelink/source/ti/drivers/power/
DPowerCC26X2.c304 HWREG(AUX_DDI0_OSC_BASE + DDI_O_CLR + DDI_0_OSC_O_CTL0) = DDI_0_OSC_CTL0_XTAL_IS_24M; in Power_init()