|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
NXP PCA SERIES I2C-based I/O expander. More...
Files | |
| file | gpio_pca_series.h |
| Header file for PCA_SERIES GPIO driver. | |
Functions | |
| int | gpio_pca_series_reset (const struct device *dev) |
| Reset function of pca_series. | |
NXP PCA SERIES I2C-based I/O expander.
| int gpio_pca_series_reset | ( | const struct device * | dev | ) |
#include <zephyr/drivers/gpio/gpio_pca_series.h>
Reset function of pca_series.
This function pulls reset pin to reset a pca_series device if reset_pin is present. Otherwise it write reset value to device registers.
| dev | Pointer to the device structure for the driver instance. |
| 0 | If successful. |