Home
last modified time | relevance | path

Searched refs:ui32DriveStrength (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_ioc.h132 AONIOCDriveStrengthSet(uint32_t ui32DriveLevel, uint32_t ui32DriveStrength) in AONIOCDriveStrengthSet() argument
137 ASSERT((ui32DriveStrength == AONIOC_DRV_STR_1) || in AONIOCDriveStrengthSet()
138 (ui32DriveStrength == AONIOC_DRV_STR_2) || in AONIOCDriveStrengthSet()
139 (ui32DriveStrength == AONIOC_DRV_STR_3) || in AONIOCDriveStrengthSet()
140 (ui32DriveStrength == AONIOC_DRV_STR_4) || in AONIOCDriveStrengthSet()
141 (ui32DriveStrength == AONIOC_DRV_STR_5) || in AONIOCDriveStrengthSet()
142 (ui32DriveStrength == AONIOC_DRV_STR_6) || in AONIOCDriveStrengthSet()
143 (ui32DriveStrength == AONIOC_DRV_STR_7) || in AONIOCDriveStrengthSet()
144 (ui32DriveStrength == AONIOC_DRV_STR_8)); in AONIOCDriveStrengthSet()
147 HWREG(AON_IOC_BASE + ui32DriveLevel) = ui32DriveStrength; in AONIOCDriveStrengthSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_ioc.h134 AONIOCDriveStrengthSet(uint32_t ui32DriveLevel, uint32_t ui32DriveStrength) in AONIOCDriveStrengthSet() argument
139 ASSERT((ui32DriveStrength == AONIOC_DRV_STR_1) || in AONIOCDriveStrengthSet()
140 (ui32DriveStrength == AONIOC_DRV_STR_2) || in AONIOCDriveStrengthSet()
141 (ui32DriveStrength == AONIOC_DRV_STR_3) || in AONIOCDriveStrengthSet()
142 (ui32DriveStrength == AONIOC_DRV_STR_4) || in AONIOCDriveStrengthSet()
143 (ui32DriveStrength == AONIOC_DRV_STR_5) || in AONIOCDriveStrengthSet()
144 (ui32DriveStrength == AONIOC_DRV_STR_6) || in AONIOCDriveStrengthSet()
145 (ui32DriveStrength == AONIOC_DRV_STR_7) || in AONIOCDriveStrengthSet()
146 (ui32DriveStrength == AONIOC_DRV_STR_8)); in AONIOCDriveStrengthSet()
149 HWREG(AON_IOC_BASE + ui32DriveLevel) = ui32DriveStrength; in AONIOCDriveStrengthSet()