Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A 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()
151 HWREG(AON_IOC_BASE + ui32DriveLevel) = ui32DriveStrength; in AONIOCDriveStrengthSet()

Completed in 3 milliseconds