Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_pca_series.c30 #define PCA_HAS_LATCH BIT(0) /** + output_drive_strength, + input_latch */ macro
690 if (cfg->part_cfg->flags & PCA_HAS_LATCH) { in gpio_pca_series_reset()
1105 const uint8_t check_flags = (PCA_HAS_LATCH | PCA_HAS_INT_MASK | PCA_HAS_INT_EXTEND); in gpio_pca_series_port_read_extended()
1314 if (cfg->part_cfg->flags & PCA_HAS_LATCH) { in gpio_pca_series_pin_interrupt_configure_standard()
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()
1566 const uint8_t check_flags = (PCA_HAS_LATCH | PCA_HAS_INT_MASK | PCA_HAS_INT_EXTEND); 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()
1787 + ((GPIO_PCA_GET_PART_FLAG_BY_PART_NO(part_no) & PCA_HAS_LATCH) ? \
2061 #define GPIO_PCA_SERIES_FLAG_TYPE_3 (PCA_HAS_LATCH | PCA_HAS_PULL | PCA_HAS_INT_MASK \