Home
last modified time | relevance | path

Searched defs:pACMP (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dacmp_15xx.h170 STATIC INLINE void Chip_ACMP_EnableComp(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_EnableComp()
182 STATIC INLINE void Chip_ACMP_DisableComp(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_DisableComp()
193 STATIC INLINE void Chip_ACMP_EnableCompInt(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_EnableCompInt()
217 STATIC INLINE bool Chip_ACMP_GetCompStatus(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_GetCompStatus()
312 STATIC INLINE bool Chip_ACMP_GetIntFlag(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_GetIntFlag()
323 STATIC INLINE void Chip_ACMP_ClearIntFlag(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_ClearIntFlag()
434 STATIC INLINE void Chip_ACMP_SetCompFiltReg(LPC_CMP_T *pACMP, in Chip_ACMP_SetCompFiltReg()
447 STATIC INLINE void Chip_ACMP_SetRingOscCtl(LPC_CMP_T *pACMP) in Chip_ACMP_SetRingOscCtl()
457 STATIC INLINE void Chip_ACMP_ClearRingOscCtl(LPC_CMP_T *pACMP) in Chip_ACMP_ClearRingOscCtl()
467 STATIC INLINE void Chip_ACMP_SetROscResetSrcInternal(LPC_CMP_T *pACMP) in Chip_ACMP_SetROscResetSrcInternal()
[all …]
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dacmp_15xx.c48 void Chip_ACMP_Init(LPC_CMP_T *pACMP) in Chip_ACMP_Init()
57 void Chip_ACMP_Deinit(LPC_CMP_T *pACMP) in Chip_ACMP_Deinit()
65 void Chip_ACMP_SetIntEdgeSelection(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_EDGESEL_T edgeSel) in Chip_ACMP_SetIntEdgeSelection()
74 void Chip_ACMP_SetPosVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_POS_INPUT_T Posinput) in Chip_ACMP_SetPosVoltRef()
84 void Chip_ACMP_SetNegVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_NEG_INPUT_T Neginput) in Chip_ACMP_SetNegVoltRef()
94 void Chip_ACMP_SetHysteresis(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_HYS_T hys) in Chip_ACMP_SetHysteresis()
103 void Chip_ACMP_SetupACMPRefs(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_POS_INPUT_T Posinput, in Chip_ACMP_SetupACMPRefs()
114 void Chip_ACMP_SetupACMPInt(LPC_CMP_T *pACMP, uint8_t index, bool level, in Chip_ACMP_SetupACMPInt()
136 void Chip_ACMP_SetupVoltLadder(LPC_CMP_T *pACMP, uint8_t index, uint32_t ladsel, bool ladrefVDDCMP) in Chip_ACMP_SetupVoltLadder()

Completed in 5 milliseconds