Searched refs:CMP (Results 1 – 14 of 14) sorted by relevance
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | acmp_15xx.h | 173 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 …]
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | acmp_15xx.c | 68 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 …]
|
| /external/platform/nrfx/mdk/ |
| A D | gcc_startup_nrf52810.S | 228 CMP R0, #0xA 230 CMP R1, #0x0
|
| A D | ses_startup_nrf52810.s | 218 CMP R0, #0xA 220 CMP R1, #0x0
|
| A D | arm_startup_nrf52810.s | 223 CMP R0, #0xA 225 CMP R1, #0x0
|
| A D | iar_startup_nrf52810.s | 221 CMP R0, #0xA 223 CMP R1, #0x0
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
| A D | stm32f4xx_lptim.c | 624 LPTIMx->CMP = LPTIM_Compare; in LPTIM_SetCompareValue() 721 return LPTIMx->CMP; in LPTIM_GetCompareValue()
|
| /external/platform/lpc15xx/lpcopen/periph_acmp/example/ |
| A D | readme.dox | 43 * a CMP IRQ is fired. Based on which side of the voltage is in
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
| A D | stm32f7xx_hal_lptim.h | 354 #define __HAL_LPTIM_COMPARE_SET(__HANDLE__ , __VALUE__) ((__HANDLE__)->Instance->CMP = (__VALU…
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_lptim.c | 1391 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/ |
| A D | stm32f745xx.h | 879 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0… member
|
| A D | stm32f746xx.h | 928 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0… member
|
| A D | stm32f756xx.h | 929 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0… member
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/ |
| A D | stm32f4xx.h | 2018 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset… member
|
Completed in 214 milliseconds