Searched full:chx (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/ |
D | fdc2x1x.c | 166 * @param chx - Channel number. 170 static int fdc2x1x_set_fin_sel(const struct device *dev, uint8_t chx, in fdc2x1x_set_fin_sel() argument 174 FDC2X1X_CLOCK_DIVIDERS_CH0 + chx, in fdc2x1x_set_fin_sel() 182 * @param chx - Channel number. 186 static int fdc2x1x_set_fref_divider(const struct device *dev, uint8_t chx, in fdc2x1x_set_fref_divider() argument 190 FDC2X1X_CLOCK_DIVIDERS_CH0 + chx, in fdc2x1x_set_fref_divider() 198 * @param chx - Channel number. 202 static int fdc2x1x_set_idrive(const struct device *dev, uint8_t chx, in fdc2x1x_set_idrive() argument 206 FDC2X1X_DRIVE_CURRENT_CH0 + chx, in fdc2x1x_set_idrive() 214 * @param chx - Channel number. [all …]
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | cypress,psoc6-intmux.yaml | 22 channel chX represents a Cortex-M0+ NVIC line and it stores a vector number.
|