|
void | expand11_cfg_setup (expand11_cfg_t *cfg) |
| Expand 11 configuration object setup function.
|
|
err_t | expand11_init (expand11_t *ctx, expand11_cfg_t *cfg) |
| Expand 11 initialization function.
|
|
err_t | expand11_default_cfg (expand11_t *ctx) |
| Expand 11 default configuration function.
|
|
err_t | expand11_write_register (expand11_t *ctx, uint8_t reg, uint8_t data_in) |
| Expand 11 write register function.
|
|
err_t | expand11_read_register (expand11_t *ctx, uint8_t reg, uint8_t *data_out) |
| Expand 11 read register function.
|
|
err_t | expand11_set_pin_direction (expand11_t *ctx, uint8_t direction, uint8_t pin_mask) |
| Expand 11 set pin direction function.
|
|
err_t | expand11_set_all_pins_direction (expand11_t *ctx, uint8_t direction) |
| Expand 11 set all pins direction function.
|
|
err_t | expand11_set_pin_polarity (expand11_t *ctx, uint8_t polarity, uint8_t pin_mask) |
| Expand 11 set pin polarity function.
|
|
err_t | expand11_set_all_pins_polarity (expand11_t *ctx, uint8_t polarity) |
| Expand 11 set all pins polarity function.
|
|
err_t | expand11_set_pin_value (expand11_t *ctx, uint8_t clr_mask, uint8_t set_mask) |
| Expand 11 set pin value function.
|
|
err_t | expand11_set_all_pins_value (expand11_t *ctx, uint8_t set_mask) |
| Expand 11 set all pins value function.
|
|
err_t | expand11_read_port_value (expand11_t *ctx, uint8_t *data_out) |
| Expand 11 read port value function.
|
|
err_t | expand11_set_p3_function (expand11_t *ctx, uint8_t p3_func) |
| Expand 11 set p3 function function.
|
|
err_t | expand11_disable_pull_up (expand11_t *ctx) |
| Expand 11 disable pull up function.
|
|
err_t | expand11_enable_pull_up (expand11_t *ctx) |
| Expand 11 enable pull up function.
|
|
uint8_t | expand11_get_int_pin (expand11_t *ctx) |
| Expand 11 get int pin function.
|
|
This file contains API for Expand 11 Click Driver.