Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dlpcmp.h235 uint32_t lpcmpcfg; in LPCMPSelectNegativeInput() local
237 lpcmpcfg = HWREG(SYS0_BASE + SYS0_O_LPCMPCFG); in LPCMPSelectNegativeInput()
238 …HWREG(SYS0_BASE + SYS0_O_LPCMPCFG) = (lpcmpcfg & ~SYS0_LPCMPCFG_NSEL_M) | (input & SYS0_LPCMPCFG_N… in LPCMPSelectNegativeInput()
283 uint32_t lpcmpcfg; in LPCMPSelectPositiveInput() local
285 lpcmpcfg = HWREG(SYS0_BASE + SYS0_O_LPCMPCFG); in LPCMPSelectPositiveInput()
286 …HWREG(SYS0_BASE + SYS0_O_LPCMPCFG) = (lpcmpcfg & ~SYS0_LPCMPCFG_PSEL_M) | (input & SYS0_LPCMPCFG_P… in LPCMPSelectPositiveInput()
334 uint32_t lpcmpcfg; in LPCMPSetDividerRatio() local
336 lpcmpcfg = HWREG(SYS0_BASE + SYS0_O_LPCMPCFG); in LPCMPSetDividerRatio()
337 …HWREG(SYS0_BASE + SYS0_O_LPCMPCFG) = (lpcmpcfg & ~SYS0_LPCMPCFG_DIV_M) | (divider & SYS0_LPCMPCFG_… in LPCMPSetDividerRatio()