Searched refs:gpio_pca_series_reg_cache_update (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/gpio/ |
D | gpio_pca_series.c | 283 static inline int gpio_pca_series_reg_cache_update(const struct device *dev, 379 (void)gpio_pca_series_reg_cache_update(dev, reg_type, buf); in gpio_pca_series_reg_write() 465 ret = gpio_pca_series_reg_cache_update(dev, reg_type, in gpio_pca_series_reg_cache_reset() 539 static inline int gpio_pca_series_reg_cache_update(const struct device *dev, in gpio_pca_series_reg_cache_update() function 856 (void)gpio_pca_series_reg_cache_update(dev, reg_type, reset_value_0); in gpio_pca_series_cache_test() 860 (void)gpio_pca_series_reg_cache_update(dev, reg_type, reset_value_1); in gpio_pca_series_cache_test() 1296 ret = gpio_pca_series_reg_cache_update(dev, PCA_REG_TYPE_1B_INTERRUPT_RISE, in gpio_pca_series_pin_interrupt_configure_standard() 1303 ret = gpio_pca_series_reg_cache_update(dev, PCA_REG_TYPE_1B_INTERRUPT_FALL, in gpio_pca_series_pin_interrupt_configure_standard() 1534 ret = gpio_pca_series_reg_cache_update(dev, PCA_REG_TYPE_1B_INPUT_HISTORY, in gpio_pca_series_interrupt_handler_standard()
|