Searched refs:check_flags (Results 1 – 1 of 1) sorted by relevance
1105 const uint8_t check_flags = (PCA_HAS_LATCH | PCA_HAS_INT_MASK | PCA_HAS_INT_EXTEND); in gpio_pca_series_port_read_extended() local1107 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() local1381 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() local1568 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() local1717 if ((cfg->part_cfg->flags & check_flags) == check_flags) { in gpio_pca_series_init()