Searched refs:lpcmpcfg (Results 1 – 1 of 1) sorted by relevance
235 uint32_t lpcmpcfg; in LPCMPSelectNegativeInput() local237 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() local285 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() local336 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()