Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ads114s0x.h File Reference
#include <zephyr/device.h>
#include <zephyr/drivers/gpio.h>

Go to the source code of this file.

Functions

int ads114s0x_gpio_set_output (const struct device *dev, uint8_t pin, bool initial_value)
 
int ads114s0x_gpio_set_input (const struct device *dev, uint8_t pin)
 
int ads114s0x_gpio_deconfigure (const struct device *dev, uint8_t pin)
 
int ads114s0x_gpio_set_pin_value (const struct device *dev, uint8_t pin, bool value)
 
int ads114s0x_gpio_get_pin_value (const struct device *dev, uint8_t pin, bool *value)
 
int ads114s0x_gpio_port_get_raw (const struct device *dev, gpio_port_value_t *value)
 
int ads114s0x_gpio_port_set_masked_raw (const struct device *dev, gpio_port_pins_t mask, gpio_port_value_t value)
 
int ads114s0x_gpio_port_toggle_bits (const struct device *dev, gpio_port_pins_t pins)
 

Function Documentation

◆ ads114s0x_gpio_deconfigure()

int ads114s0x_gpio_deconfigure ( const struct device * dev,
uint8_t pin )

◆ ads114s0x_gpio_get_pin_value()

int ads114s0x_gpio_get_pin_value ( const struct device * dev,
uint8_t pin,
bool * value )

◆ ads114s0x_gpio_port_get_raw()

int ads114s0x_gpio_port_get_raw ( const struct device * dev,
gpio_port_value_t * value )

◆ ads114s0x_gpio_port_set_masked_raw()

int ads114s0x_gpio_port_set_masked_raw ( const struct device * dev,
gpio_port_pins_t mask,
gpio_port_value_t value )

◆ ads114s0x_gpio_port_toggle_bits()

int ads114s0x_gpio_port_toggle_bits ( const struct device * dev,
gpio_port_pins_t pins )

◆ ads114s0x_gpio_set_input()

int ads114s0x_gpio_set_input ( const struct device * dev,
uint8_t pin )

◆ ads114s0x_gpio_set_output()

int ads114s0x_gpio_set_output ( const struct device * dev,
uint8_t pin,
bool initial_value )

◆ ads114s0x_gpio_set_pin_value()

int ads114s0x_gpio_set_pin_value ( const struct device * dev,
uint8_t pin,
bool value )