Go to the source code of this file.
|
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) |
|
◆ 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()
◆ ads114s0x_gpio_port_set_masked_raw()
◆ ads114s0x_gpio_port_toggle_bits()
◆ 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 ) |