/Zephyr-Core-3.6.0/arch/x86/core/ |
D | x86_acpi.c | 9 uint32_t arch_acpi_encode_irq_flags(uint8_t polarity, uint8_t trigger) in arch_acpi_encode_irq_flags() argument 19 if (polarity == ACPI_ACTIVE_HIGH) { in arch_acpi_encode_irq_flags() 21 } else if (polarity == ACPI_ACTIVE_LOW) { in arch_acpi_encode_irq_flags()
|
/Zephyr-Core-3.6.0/include/zephyr/arch/x86/ |
D | x86_acpi.h | 14 uint32_t arch_acpi_encode_irq_flags(uint8_t polarity, uint8_t trigger);
|
/Zephyr-Core-3.6.0/boards/arm/mr_canhubk3/ |
D | mr_canhubk3.dts | 493 polarity = "ACTIVE_HIGH"; 502 polarity = "ACTIVE_HIGH"; 511 polarity = "ACTIVE_HIGH"; 520 polarity = "ACTIVE_HIGH"; 529 polarity = "ACTIVE_HIGH"; 538 polarity = "ACTIVE_HIGH"; 546 polarity = "ACTIVE_LOW"; 585 polarity = "ACTIVE_LOW"; 593 polarity = "ACTIVE_LOW";
|
/Zephyr-Core-3.6.0/samples/sensor/qdec/boards/ |
D | nucleo_f401re.overlay | 22 st,input-polarity-inverted;
|
/Zephyr-Core-3.6.0/tests/drivers/pwm/pwm_loopback/boards/ |
D | mr_canhubk3.overlay | 35 /delete-property/ polarity;
|
/Zephyr-Core-3.6.0/drivers/counter/ |
D | counter_mcux_lptmr.c | 21 lptmr_pin_polarity_t polarity; member 135 lptmr_config.pinPolarity = config->polarity; in mcux_lptmr_init() 224 .polarity = DT_INST_PROP(0, active_low),
|
/Zephyr-Core-3.6.0/drivers/gpio/ |
D | gpio_b91.c | 72 uint8_t polarity; /* Polarity: interrupt polarity: rising, falling */ member 186 BM_CLR(gpio->polarity, BIT(pin)); in gpio_b91_irq_set() 191 BM_SET(gpio->polarity, BIT(pin)); in gpio_b91_irq_set() 196 BM_CLR(gpio->polarity, BIT(pin)); in gpio_b91_irq_set() 201 BM_SET(gpio->polarity, BIT(pin)); in gpio_b91_irq_set()
|
D | gpio_mcux_lpc.c | 311 pin_config.polarity = kGPIO_PinIntEnableHighOrRise; in gpio_mcux_lpc_module_interrupt_cfg() 313 pin_config.polarity = kGPIO_PinIntEnableLowOrFall; in gpio_mcux_lpc_module_interrupt_cfg()
|
D | gpio_sx1509b.c | 46 uint16_t polarity; /* 0x0C */ member 259 pin_buf.pins.polarity = sys_cpu_to_be16(pins->polarity); in write_pin_state()
|
/Zephyr-Core-3.6.0/drivers/dai/nxp/sai/ |
D | sai.h | 145 #define SAI_INVERT_POLARITY(polarity) (polarity) = !(polarity) argument
|
/Zephyr-Core-3.6.0/samples/boards/nrf/nrfx/src/ |
D | main.c | 103 .polarity = NRF_GPIOTE_POLARITY_TOGGLE, in main()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/usb_c/ |
D | usbc_tcpc.h | 141 int (*set_cc_polarity)(const struct device *dev, enum tc_cc_polarity polarity); 512 enum tc_cc_polarity polarity) in tcpc_set_cc_polarity() argument 520 return api->set_cc_polarity(dev, polarity); in tcpc_set_cc_polarity()
|
/Zephyr-Core-3.6.0/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-pinctrl.dtsi | 374 psl-polarity = <&altd_psl_in1_ahi>; 380 psl-polarity = <&altd_psl_in2_ahi>; 386 psl-polarity = <&altd_psl_in3_ahi>; 392 psl-polarity = <&altd_psl_in4_ahi>;
|
/Zephyr-Core-3.6.0/samples/sensor/qdec/ |
D | README.rst | 43 st,input-polarity-inverted;
|
/Zephyr-Core-3.6.0/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-pinctrl.dtsi | 391 psl-polarity = <&altd_psl_in1_ahi>; 397 psl-polarity = <&altd_psl_in2_ahi>; 403 psl-polarity = <&altd_psl_in3_ahi>; 409 psl-polarity = <&altd_psl_in4_ahi>;
|
/Zephyr-Core-3.6.0/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-pinctrl.dtsi | 476 psl-polarity = <&altd_psl_in1_ahi>; 482 psl-polarity = <&altd_psl_in2_ahi>; 488 psl-polarity = <&altd_psl_in3_ahi>; 494 psl-polarity = <&altd_psl_in4_ahi>;
|
/Zephyr-Core-3.6.0/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 599 BUILD_ASSERT(DT_NODE_HAS_PROP(node_id, polarity), \ 679 BUILD_ASSERT(!DT_NODE_HAS_PROP(node_id, polarity), \ 728 .OutputPolarity = EMIOS_PWM_POLARITY(DT_STRING_TOKEN(node_id, polarity)), \
|
/Zephyr-Core-3.6.0/drivers/usb_c/tcpc/ |
D | ucpd_stm32.c | 452 enum tc_cc_polarity polarity) in ucpd_cc_set_polarity() argument 466 if (polarity == TC_POLARITY_CC1) { in ucpd_cc_set_polarity() 468 } else if (polarity == TC_POLARITY_CC2) { in ucpd_cc_set_polarity()
|
/Zephyr-Core-3.6.0/drivers/spi/ |
D | spi_mcux_flexcomm.c | 223 master_config.polarity = in spi_mcux_configure() 264 slave_config.polarity = in spi_mcux_configure()
|
/Zephyr-Core-3.6.0/boards/arm/mr_canhubk3/doc/ |
D | index.rst | 257 the PHY (RMII, master, autonomous mode enabled, polarity correction enabled)
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | migration-guide-3.6.rst | 294 changed polarity with this update, to align better with the new 383 :dtcompatible:`goodix,gt911` were using the incorrect polarity for the
|
D | release-notes-2.2.rst | 150 for specifying the polarity of the PWM signal. The flags parameter
|
D | release-notes-2.3.rst | 1111 * :github:`23692` - drivers: ublox-sara-r4: Add support for pin polarity
|
D | release-notes-2.4.rst | 897 * :github:`28665` - boards b_l4s5i_iot01a: invertion of user LEDS polarity
|
/Zephyr-Core-3.6.0/boards/arm/reel_board/doc/ |
D | index.rst | 451 3.3V, there is no protection against reverse polarity or overvoltage.
|