Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_emul.c170 static inline bool gpio_emul_config_has_caps(const struct device *port, in gpio_emul_config_has_caps() function
208 if (gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_EDGE_RISING)) { in gpio_emul_gen_interrupt_bits()
216 if (gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_EDGE_FALLING)) { in gpio_emul_gen_interrupt_bits()
224 if (gpio_emul_config_has_caps(port, in gpio_emul_gen_interrupt_bits()
233 if (gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_LEVEL_LOW)) { in gpio_emul_gen_interrupt_bits()
241 if (gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_LEVEL_HIGH)) { in gpio_emul_gen_interrupt_bits()
634 return gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_LEVEL_LOW); in gpio_emul_level_trigger_supported()
636 return gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_LEVEL_HIGH); in gpio_emul_level_trigger_supported()
638 return gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_LEVEL_LOW in gpio_emul_level_trigger_supported()
650 return gpio_emul_config_has_caps(port, GPIO_EMUL_INT_CAP_EDGE_FALLING); in gpio_emul_edge_trigger_supported()
[all …]