Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcs.h114 #define CS_LFXT_DRIVE3 CS_CTL2_LFXTDRIVE_3 macro
Dcs.c423 || (xtDrive == CS_LFXT_DRIVE3) in CS_startLFXTWithTimeout()
446 CS->CTL2 |= (CS_LFXT_DRIVE3); in CS_startLFXTWithTimeout()
464 CS->CTL2 = ((CS->CTL2 & ~CS_LFXT_DRIVE3) | xtDrive); in CS_startLFXTWithTimeout()