Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dacmp_15xx.h173 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_CMPEN_BIT; in Chip_ACMP_EnableComp()
184 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_CMPEN_BIT; in Chip_ACMP_DisableComp()
196 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_INTEN_BIT; in Chip_ACMP_EnableCompInt()
208 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTEN_BIT; in Chip_ACMP_DisableCompInt()
258 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_INTPOL_BIT; in Chip_ACMP_SetIntPolarity()
270 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTPOL_BIT; in Chip_ACMP_ClearIntPolarity()
282 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTTYPE_BIT; in Chip_ACMP_SetIntTypeEdge()
294 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_INTTYPE_BIT; in Chip_ACMP_SetIntTypeLevel()
373 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_LADENAB_BIT; in Chip_ACMP_EnableVoltLadder()
385 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_LADENAB_BIT; in Chip_ACMP_DisableVoltLadder()
[all …]
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dacmp_15xx.c68 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTEDGE_MASK; in Chip_ACMP_SetIntEdgeSelection()
70 pACMP->ACMP[index].CMP = reg | (uint32_t) edgeSel; in Chip_ACMP_SetIntEdgeSelection()
77 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_COMPVPSEL_MASK; in Chip_ACMP_SetPosVoltRef()
80 pACMP->ACMP[index].CMP = reg | (uint32_t) Posinput; in Chip_ACMP_SetPosVoltRef()
87 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_COMPVMSEL_MASK; in Chip_ACMP_SetNegVoltRef()
90 pACMP->ACMP[index].CMP = reg | (uint32_t) Neginput; in Chip_ACMP_SetNegVoltRef()
97 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_HYSTERESIS_MASK; in Chip_ACMP_SetHysteresis()
99 pACMP->ACMP[index].CMP = reg | (uint32_t) hys; in Chip_ACMP_SetHysteresis()
118 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~(ACMP_INTPOL_BIT | in Chip_ACMP_SetupACMPInt()
132 pACMP->ACMP[index].CMP = reg; in Chip_ACMP_SetupACMPInt()
[all …]
/lk-master/arch/arm/arm/
A Dcache-ops.S202 CMP R1, #2
226 CMP R3, R10
250 CMP R1, #2
274 CMP R3, R10
/lk-master/external/platform/nrfx/mdk/
A Dgcc_startup_nrf52810.S228 CMP R0, #0xA
230 CMP R1, #0x0
A Dses_startup_nrf52810.s218 CMP R0, #0xA
220 CMP R1, #0x0
A Darm_startup_nrf52810.s223 CMP R0, #0xA
225 CMP R1, #0x0
A Diar_startup_nrf52810.s221 CMP R0, #0xA
223 CMP R1, #0x0
/lk-master/external/platform/lpc15xx/lpcopen/periph_acmp/example/
A Dreadme.dox43 * a CMP IRQ is fired. Based on which side of the voltage is in
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_lptim.h354 #define __HAL_LPTIM_COMPARE_SET(__HANDLE__ , __VALUE__) ((__HANDLE__)->Instance->CMP = (__VALU…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_lptim.c1391 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f745xx.h879 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0… member
A Dstm32f756xx.h929 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0… member
A Dstm32f746xx.h928 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0… member

Completed in 166 milliseconds