/Zephyr-latest/samples/sensor/qdec/boards/ |
D | nucleo_f401re.overlay | 11 qdec0 = &qdec; 18 qdec: qdec {
|
/Zephyr-latest/drivers/sensor/qdec_sam/ |
D | qdec_sam.c | 127 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-latest/drivers/sensor/nordic/qdec_nrfx/ |
D | qdec_nrfx.c | 37 nrfx_qdec_t qdec; member 73 nrfx_qdec_accumulators_read(&config->qdec, &acc, &accdbl); in qdec_nrfx_sample_fetch() 199 nrfx_qdec_disable(&config->qdec); in qdec_pm_suspend() 211 nrfx_qdec_enable(&config->qdec); in qdec_pm_resume() 241 nerr = nrfx_qdec_init(&config->qdec, &config->config, qdec_nrfx_event_handler, (void *)dev); in qdec_nrfx_init() 255 #define QDEC(idx) DT_NODELABEL(qdec##idx) 272 .qdec = NRFX_QDEC_INSTANCE(idx), \
|
/Zephyr-latest/samples/sensor/qdec/ |
D | README.rst | 1 .. zephyr:code-sample:: qdec 34 qdec0 = &qdec; 41 qdec: qdec {
|
/Zephyr-latest/drivers/sensor/st/qdec_stm32/ |
D | qdec_stm32.c | 149 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-latest/boards/native/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpuapp.dts | 37 /delete-property/ qdec-0; 38 /delete-property/ qdec-1; 77 /delete-node/ qdec@33000; 78 /delete-node/ qdec@34000;
|
D | nrf52_bsim.dts | 33 /delete-property/ qdec-0; 52 /delete-node/ qdec@40012000;
|
D | nrf54l15bsim_nrf54l15_cpuapp.dts | 48 /delete-node/ qdec@e0000; 49 /delete-node/ qdec@e1000;
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/ |
D | sam_e70_xplained-common.dtsi | 215 qdec0: qdec { 222 qdec1: qdec { 229 qdec2: qdec { 236 qdec3: qdec {
|
/Zephyr-latest/dts/arm/atmel/ |
D | same70.dtsi | 358 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-latest/samples/subsys/display/lvgl/boards/ |
D | native_posix.overlay | 15 qdec { 16 compatible = "gpio-qdec";
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f4.dtsi | 340 qdec { 341 compatible = "st,stm32-qdec"; 368 qdec { 369 compatible = "st,stm32-qdec"; 396 qdec { 397 compatible = "st,stm32-qdec"; 424 qdec { 425 compatible = "st,stm32-qdec"; 452 qdec { 453 compatible = "st,stm32-qdec";
|
D | stm32f412.dtsi | 125 qdec { 126 compatible = "st,stm32-qdec";
|
D | stm32f405.dtsi | 121 qdec { 122 compatible = "st,stm32-qdec";
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | app.overlay | 114 qdec-gpio { 115 compatible = "gpio-qdec"; 123 qdec-gpio-polled { 124 compatible = "gpio-qdec";
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf51822.dtsi | 241 qdec: qdec0: qdec@40012000 { label 242 compatible = "nordic,nrf-qdec";
|
D | nrf52805.dtsi | 256 qdec: qdec0: qdec@40012000 { label 257 compatible = "nordic,nrf-qdec";
|
D | nrf52810.dtsi | 259 qdec: qdec0: qdec@40012000 { label 260 compatible = "nordic,nrf-qdec";
|
D | nrf52811.dtsi | 291 qdec: qdec0: qdec@40012000 { label 292 compatible = "nordic,nrf-qdec";
|
D | nrf5340_cpuapp_peripherals.dtsi | 496 qdec0: qdec@33000 { 497 compatible = "nordic,nrf-qdec"; 503 qdec1: qdec@34000 { 504 compatible = "nordic,nrf-qdec";
|
D | nrf52820.dtsi | 303 qdec: qdec0: qdec@40012000 { label 304 compatible = "nordic,nrf-qdec";
|
D | nrf52832.dtsi | 303 qdec: qdec0: qdec@40012000 { label 304 compatible = "nordic,nrf-qdec";
|
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/ |
D | qdec_nxp_s32.c | 208 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-latest/dts/arm/nxp/ |
D | nxp_rt10xx.dtsi | 1060 qdec1: qdec@403c8000 { 1061 compatible = "nxp,mcux-qdec"; 1067 qdec2: qdec@403cc000 { 1068 compatible = "nxp,mcux-qdec"; 1074 qdec3: qdec@403d0000 { 1075 compatible = "nxp,mcux-qdec"; 1081 qdec4: qdec@403d4000 { 1082 compatible = "nxp,mcux-qdec";
|
D | nxp_rt11xx.dtsi | 1197 qdec1: qdec@40174000 { 1198 compatible = "nxp,mcux-qdec"; 1204 qdec2: qdec@40178000 { 1205 compatible = "nxp,mcux-qdec"; 1211 qdec3: qdec@4017c000 { 1212 compatible = "nxp,mcux-qdec"; 1218 qdec4: qdec@40180000 { 1219 compatible = "nxp,mcux-qdec";
|