Home
last modified time | relevance | path

Searched refs:IOC_BASE (Results 1 – 9 of 9) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/
Dtracer_control.c80 HWREG(IOC_BASE + IOC_O_IOC6) = IOC_IOC6_PORTCFG_PFUNC4; // LRFD2 [trace] in RCL_Tracer_wakeup()
84 HWREG(IOC_BASE + IOC_O_IOC5) = IOC_IOC5_PORTCFG_PFUNC3; // LRFD6 [trace] in RCL_Tracer_wakeup()
88 HWREG(IOC_BASE + IOC_O_IOC20) = IOC_IOC20_PORTCFG_PFUNC5; // LRFD3 [trace] in RCL_Tracer_wakeup()
98 HWREG(IOC_BASE + IOC_O_IOC6) = 0; in RCL_Tracer_standby()
100 HWREG(IOC_BASE + IOC_O_IOC5) = 0; in RCL_Tracer_standby()
102 HWREG(IOC_BASE + IOC_O_IOC20) = 0; in RCL_Tracer_standby()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dioc.c106 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCPortConfigureSet()
126 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCPortConfigureGet()
150 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOShutdownSet()
180 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOModeSet()
209 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOIntSet()
237 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOEvtSet()
271 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOPortPullSet()
296 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOHystSet()
321 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOInputSet()
346 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOSlewCtrlSet()
[all …]
Dsys_ctrl.c122 …if( HWREG(IOC_BASE + IOC_O_IOCFG0 + (ioIndex * 4) ) & (1 << (IOC_IOCFG0_WU_CFG_S + IOC_IOCFG0_WU_C… in SysCtrlShutdownWithAbort()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dioc.c108 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCPortConfigureSet()
128 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCPortConfigureGet()
152 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOShutdownSet()
182 ui32Reg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOModeSet()
211 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOIntSet()
239 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOEvtSet()
273 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOPortPullSet()
298 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOHystSet()
323 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOInputSet()
348 ui32IOReg = IOC_BASE + ( ui32IOId << 2 ); in IOCIOSlewCtrlSet()
[all …]
Dsys_ctrl.c115 …if( HWREG(IOC_BASE + IOC_O_IOCFG0 + (io_num * 4) ) & (1 << (IOC_IOCFG0_WU_CFG_S + IOC_IOCFG0_WU_CF… in SysCtrlShutdownWithAbort()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_memmap.h51 #define IOC_BASE 0x40003000 // IOC macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_memmap.h77 #define IOC_BASE 0x40081000 // IOC macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_memmap.h77 #define IOC_BASE 0x40081000 // IOC macro
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c109 #define IOC_ADDR(index) (IOC_BASE + IOC_BASE_PIN_REG + (sizeof(uint32_t) * index))