Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_pca_series.c1105 const uint8_t check_flags = (PCA_HAS_LATCH | PCA_HAS_INT_MASK | PCA_HAS_INT_EXTEND); in gpio_pca_series_port_read_extended() local
1107 if ((cfg->part_cfg->flags & check_flags) != check_flags) { in gpio_pca_series_port_read_extended()
1379 const uint8_t check_flags = (PCA_HAS_LATCH | PCA_HAS_INT_MASK | PCA_HAS_INT_EXTEND); in gpio_pca_series_pin_interrupt_configure_extended() local
1381 if ((cfg->part_cfg->flags & check_flags) != check_flags) { in gpio_pca_series_pin_interrupt_configure_extended()
1566 const uint8_t check_flags = (PCA_HAS_LATCH | PCA_HAS_INT_MASK | PCA_HAS_INT_EXTEND); in gpio_pca_series_interrupt_handler_extended() local
1568 if ((cfg->part_cfg->flags & check_flags) != check_flags) { in gpio_pca_series_interrupt_handler_extended()
1715 const uint8_t check_flags = (PCA_HAS_LATCH | PCA_HAS_INT_MASK | PCA_HAS_INT_EXTEND); in gpio_pca_series_init() local
1717 if ((cfg->part_cfg->flags & check_flags) == check_flags) { in gpio_pca_series_init()