Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.

Detailed Description

NXP PCA SERIES I2C-based I/O expander.

Function Documentation

◆ gpio_pca_series_reset()

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.

Parameters
devPointer to the device structure for the driver instance.
Return values
0If successful.