Searched refs:reset_value_1 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/gpio/ |
D | gpio_pca_series.c | 656 const uint8_t reset_value_1[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in gpio_pca_series_reset() local 688 gpio_pca_series_reg_write(dev, PCA_REG_TYPE_1B_OUTPUT_PORT, reset_value_1); in gpio_pca_series_reset() 689 gpio_pca_series_reg_write(dev, PCA_REG_TYPE_1B_CONFIGURATION, reset_value_1); in gpio_pca_series_reset() 692 reset_value_1); in gpio_pca_series_reset() 697 gpio_pca_series_reg_write(dev, PCA_REG_TYPE_1B_PULL_SELECT, reset_value_1); in gpio_pca_series_reset() 704 gpio_pca_series_reg_write(dev, PCA_REG_TYPE_1B_INTERRUPT_MASK, reset_value_1); in gpio_pca_series_reset() 830 const uint8_t reset_value_1[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in gpio_pca_series_cache_test() local 860 (void)gpio_pca_series_reg_cache_update(dev, reg_type, reset_value_1); in gpio_pca_series_cache_test()
|