Home
last modified time | relevance | path

Searched refs:negativeChannel (Results 1 – 4 of 4) sorted by relevance

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lpcmp.c122 void LPCMP_SetInputChannels(LPCMP_Type *base, uint32_t positiveChannel, uint32_t negativeChannel) in LPCMP_SetInputChannels() argument
127 tmp32 |= LPCMP_CCR2_PSEL(positiveChannel) | LPCMP_CCR2_MSEL(negativeChannel); in LPCMP_SetInputChannels()
A Dfsl_lpcmp.h194 void LPCMP_SetInputChannels(LPCMP_Type *base, uint32_t positiveChannel, uint32_t negativeChannel);
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_cmp.c151 void CMP_SetInputChannels(CMP_Type *base, uint8_t positiveChannel, uint8_t negativeChannel) in CMP_SetInputChannels() argument
156 tmp8 |= CMP_MUXCR_PSEL(positiveChannel) | CMP_MUXCR_MSEL(negativeChannel); in CMP_SetInputChannels()
A Dfsl_cmp.h217 void CMP_SetInputChannels(CMP_Type *base, uint8_t positiveChannel, uint8_t negativeChannel);

Completed in 6 milliseconds