Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dacmp_15xx.h58 } LPC_CMP_T; typedef
155 void Chip_ACMP_Init(LPC_CMP_T *pACMP);
162 void Chip_ACMP_Deinit(LPC_CMP_T *pACMP);
170 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()
337 void Chip_ACMP_SetupACMPRefs(LPC_CMP_T *pACMP, uint8_t index,
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 …]
A Dchip.h124 #define LPC_CMP ((LPC_CMP_T *) LPC_CMP_BASE)
/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 6 milliseconds