Home
last modified time | relevance | path

Searched refs:qdec (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-Core-3.7.0/samples/sensor/qdec/boards/
Dnucleo_f401re.overlay11 qdec0 = &qdec;
18 qdec: qdec {
/Zephyr-Core-3.7.0/drivers/sensor/nordic/qdec_nrfx/
Dqdec_nrfx.c35 nrfx_qdec_t qdec; member
69 nrfx_qdec_accumulators_read(&config->qdec, &acc, &accdbl); in qdec_nrfx_sample_fetch()
191 nrfx_qdec_enable(&config->qdec); in qdec_nrfx_pm_action()
196 nrfx_qdec_uninit(&config->qdec); in qdec_nrfx_pm_action()
206 nrfx_qdec_disable(&config->qdec); in qdec_nrfx_pm_action()
234 nrfx_err_t nerr = nrfx_qdec_init(&dev_config->qdec, in qdec_nrfx_init()
248 nrfx_qdec_enable(&dev_config->qdec); in qdec_nrfx_init()
253 #define QDEC(idx) DT_NODELABEL(qdec##idx)
270 .qdec = NRFX_QDEC_INSTANCE(idx), \
/Zephyr-Core-3.7.0/drivers/sensor/qdec_sam/
Dqdec_sam.c127 static const struct qdec_sam_dev_cfg qdec##n##_sam_config = { \
133 static struct qdec_sam_dev_data qdec##n##_sam_data; \
136 &qdec##n##_sam_data, &qdec##n##_sam_config, \
/Zephyr-Core-3.7.0/drivers/sensor/st/qdec_stm32/
Dqdec_stm32.c149 static const struct qdec_stm32_dev_cfg qdec##n##_stm32_config = { \
160 static struct qdec_stm32_dev_data qdec##n##_stm32_data; \
162 SENSOR_DEVICE_DT_INST_DEFINE(n, qdec_stm32_initialize, NULL, &qdec##n##_stm32_data, \
163 &qdec##n##_stm32_config, POST_KERNEL, \
/Zephyr-Core-3.7.0/samples/sensor/qdec/
DREADME.rst33 qdec0 = &qdec;
40 qdec: qdec {
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/
Dnrf5340bsim_nrf5340_cpuapp.dts36 /delete-property/ qdec-0;
37 /delete-property/ qdec-1;
79 /delete-node/ qdec@33000;
80 /delete-node/ qdec@34000;
Dnrf54l15bsim_nrf54l15_cpuapp.dts53 /delete-node/ qdec@e0000;
54 /delete-node/ qdec@e1000;
Dnrf52_bsim.dts33 /delete-property/ qdec-0;
52 /delete-node/ qdec@40012000;
/Zephyr-Core-3.7.0/boards/atmel/sam/sam_e70_xplained/
Dsam_e70_xplained-common.dtsi215 qdec0: qdec {
222 qdec1: qdec {
229 qdec2: qdec {
236 qdec3: qdec {
/Zephyr-Core-3.7.0/dts/arm/atmel/
Dsame70.dtsi358 qdec {
359 compatible = "atmel,sam-tc-qdec";
375 qdec {
376 compatible = "atmel,sam-tc-qdec";
392 qdec {
393 compatible = "atmel,sam-tc-qdec";
409 qdec {
410 compatible = "atmel,sam-tc-qdec";
/Zephyr-Core-3.7.0/samples/subsys/display/lvgl/boards/
Dnative_posix.overlay15 qdec {
16 compatible = "gpio-qdec";
/Zephyr-Core-3.7.0/dts/arm/st/f4/
Dstm32f4.dtsi328 qdec {
329 compatible = "st,stm32-qdec";
356 qdec {
357 compatible = "st,stm32-qdec";
384 qdec {
385 compatible = "st,stm32-qdec";
412 qdec {
413 compatible = "st,stm32-qdec";
440 qdec {
441 compatible = "st,stm32-qdec";
Dstm32f412.dtsi118 qdec {
119 compatible = "st,stm32-qdec";
Dstm32f405.dtsi121 qdec {
122 compatible = "st,stm32-qdec";
/Zephyr-Core-3.7.0/tests/drivers/build_all/input/
Dapp.overlay112 qdec-gpio {
113 compatible = "gpio-qdec";
121 qdec-gpio-polled {
122 compatible = "gpio-qdec";
/Zephyr-Core-3.7.0/dts/arm/nordic/
Dnrf51822.dtsi242 qdec: qdec0: qdec@40012000 { label
243 compatible = "nordic,nrf-qdec";
Dnrf52805.dtsi247 qdec: qdec0: qdec@40012000 { label
248 compatible = "nordic,nrf-qdec";
Dnrf52810.dtsi250 qdec: qdec0: qdec@40012000 { label
251 compatible = "nordic,nrf-qdec";
Dnrf52811.dtsi282 qdec: qdec0: qdec@40012000 { label
283 compatible = "nordic,nrf-qdec";
Dnrf52820.dtsi288 qdec: qdec0: qdec@40012000 { label
289 compatible = "nordic,nrf-qdec";
Dnrf5340_cpuapp_peripherals.dtsi461 qdec0: qdec@33000 {
462 compatible = "nordic,nrf-qdec";
468 qdec1: qdec@34000 {
469 compatible = "nordic,nrf-qdec";
/Zephyr-Core-3.7.0/drivers/sensor/nxp/qdec_nxp_s32/
Dqdec_nxp_s32.c208 static void qdec##n##_emios_overflow_count_cw_callback(void) \
213 static void qdec##n##_emios_overflow_count_ccw_callback(void) \
443 .emios_cw_overflow_cb = &qdec##n##_emios_overflow_count_cw_callback, \
444 .emios_ccw_overflow_cb = &qdec##n##_emios_overflow_count_ccw_callback, \
/Zephyr-Core-3.7.0/dts/arm/nxp/
Dnxp_rt10xx.dtsi1059 qdec1: qdec@403c8000 {
1060 compatible = "nxp,mcux-qdec";
1066 qdec2: qdec@403cc000 {
1067 compatible = "nxp,mcux-qdec";
1073 qdec3: qdec@403d0000 {
1074 compatible = "nxp,mcux-qdec";
1080 qdec4: qdec@403d4000 {
1081 compatible = "nxp,mcux-qdec";
Dnxp_rt11xx.dtsi1183 qdec1: qdec@40174000 {
1184 compatible = "nxp,mcux-qdec";
1190 qdec2: qdec@40178000 {
1191 compatible = "nxp,mcux-qdec";
1197 qdec3: qdec@4017c000 {
1198 compatible = "nxp,mcux-qdec";
1204 qdec4: qdec@40180000 {
1205 compatible = "nxp,mcux-qdec";
/Zephyr-Core-3.7.0/dts/common/nordic/
Dnrf54l15.dtsi474 qdec20: qdec@e0000 {
475 compatible = "nordic,nrf-qdec";
481 qdec21: qdec@e1000 {
482 compatible = "nordic,nrf-qdec";

12