Searched refs:negativeChannel (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/cmp_1/ |
| D | fsl_cmp.h | 151 static inline void CMP_SetInputChannels(uint8_t positiveChannel, uint8_t negativeChannel) in CMP_SetInputChannels() argument 154 PMC->COMP |= (PMC_COMP_PMUX(positiveChannel) | PMC_COMP_NMUX(negativeChannel)); in CMP_SetInputChannels()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/hscmp/ |
| D | fsl_hscmp.c | 200 void HSCMP_SetInputChannels(HSCMP_Type *base, uint32_t positiveChannel, uint32_t negativeChannel) in HSCMP_SetInputChannels() argument 205 tmp32 |= HSCMP_CCR2_PSEL(positiveChannel) | HSCMP_CCR2_MSEL(negativeChannel); in HSCMP_SetInputChannels()
|
| D | fsl_hscmp.h | 193 void HSCMP_SetInputChannels(HSCMP_Type *base, uint32_t positiveChannel, uint32_t negativeChannel);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpcmp/ |
| D | fsl_lpcmp.c | 234 void LPCMP_SetInputChannels(LPCMP_Type *base, uint32_t positiveChannel, uint32_t negativeChannel) in LPCMP_SetInputChannels() argument 239 tmp32 |= LPCMP_CCR2_PSEL(positiveChannel) | LPCMP_CCR2_MSEL(negativeChannel); in LPCMP_SetInputChannels()
|
| D | fsl_lpcmp.h | 340 void LPCMP_SetInputChannels(LPCMP_Type *base, uint32_t positiveChannel, uint32_t negativeChannel);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/cmp/ |
| D | fsl_cmp.c | 190 void CMP_SetInputChannels(CMP_Type *base, uint8_t positiveChannel, uint8_t negativeChannel) in CMP_SetInputChannels() argument 195 tmp8 |= CMP_MUXCR_PSEL(positiveChannel) | CMP_MUXCR_MSEL(negativeChannel); in CMP_SetInputChannels()
|
| D | fsl_cmp.h | 194 void CMP_SetInputChannels(CMP_Type *base, uint8_t positiveChannel, uint8_t negativeChannel);
|