|
void | ezocarrierec_cfg_setup (ezocarrierec_cfg_t *cfg) |
| EZO Carrier EC configuration object setup function.
|
|
void | ezocarrierec_drv_interface_sel (ezocarrierec_cfg_t *cfg, ezocarrierec_drv_t drv_sel) |
| EZO Carrier EC driver interface setup function.
|
|
err_t | ezocarrierec_init (ezocarrierec_t *ctx, ezocarrierec_cfg_t *cfg) |
| EZO Carrier EC initialization function.
|
|
err_t | ezocarrierec_generic_write (ezocarrierec_t *ctx, uint8_t *data_in, uint16_t len) |
| EZO Carrier EC data writing function.
|
|
err_t | ezocarrierec_generic_read (ezocarrierec_t *ctx, uint8_t *data_out, uint16_t len) |
| EZO Carrier EC data reading function.
|
|
void | ezocarrierec_send_cmd (ezocarrierec_t *ctx, uint8_t *cmd) |
| Send command function.
|
|
void | ezocarrierec_send_cmd_with_par (ezocarrierec_t *ctx, uint8_t *cmd, uint8_t *param_buf) |
| Send command function with parameter.
|
|
void | ezocarrierec_send_cmd_check (ezocarrierec_t *ctx, uint8_t *cmd) |
| Check the sent command.
|
|
This file contains API for EZO Carrier EC Click Driver.