|
touchkey2
2.0.0.0
|
Functions | |
| void | touchkey2_cfg_setup (touchkey2_cfg_t *cfg) |
| Config Object Initialization function. More... | |
| TOUCHKEY2_RETVAL | touchkey2_init (touchkey2_t *ctx, touchkey2_cfg_t *cfg) |
| Initialization function. More... | |
| void | touchkey2_generic_multi_write (touchkey2_t *ctx, char *data_buf, uint8_t len) |
| Generic multi write function. More... | |
| void | touchkey2_generic_multi_read (touchkey2_t *ctx, char *data_buf, uint8_t len) |
| Generic multi read function. More... | |
| char | touchkey2_generic_single_read (touchkey2_t *ctx) |
| Generic single read function. More... | |
| void | touchkey2_generic_single_write (touchkey2_t *ctx, char tx_data) |
| Generic single write function. More... | |
| void | touchkey2_set_reset_pin (touchkey2_t *ctx) |
| Set reset pin function. More... | |
| void | touchkey2_clear_reset_pin (touchkey2_t *ctx) |
| Clear reset pin function. More... | |
| void | touchkey2_target_reset (touchkey2_t *ctx) |
| Reset function. More... | |
| void touchkey2_cfg_setup | ( | touchkey2_cfg_t * | cfg | ) |
Config Object Initialization function.
| cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
| void touchkey2_clear_reset_pin | ( | touchkey2_t * | ctx | ) |
Clear reset pin function.
| ctx | Click object. |
@description This function is used to clear the reset pin.
| void touchkey2_generic_multi_read | ( | touchkey2_t * | ctx, |
| char * | data_buf, | ||
| uint8_t | len | ||
| ) |
Generic multi read function.
| ctx | Click object. |
| data_buf | Output data buffer. |
| len | Number of the bytes in data buffer. |
@description This function reads data.
| void touchkey2_generic_multi_write | ( | touchkey2_t * | ctx, |
| char * | data_buf, | ||
| uint8_t | len | ||
| ) |
Generic multi write function.
| ctx | Click object. |
| data_buf | Input data buffer |
| len | Number of the bytes in the data buffer |
@description This function writes data.
| char touchkey2_generic_single_read | ( | touchkey2_t * | ctx | ) |
Generic single read function.
| ctx | Click object. |
@description This function read one byte data.
| void touchkey2_generic_single_write | ( | touchkey2_t * | ctx, |
| char | tx_data | ||
| ) |
Generic single write function.
| ctx | Click object. |
| tx_data | Input data |
@description This function write one byte data.
| TOUCHKEY2_RETVAL touchkey2_init | ( | touchkey2_t * | ctx, |
| touchkey2_cfg_t * | cfg | ||
| ) |
Initialization function.
| touchkey2 | Click object. |
| cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
| void touchkey2_set_reset_pin | ( | touchkey2_t * | ctx | ) |
Set reset pin function.
| ctx | Click object. |
@description This function is used to set the reset pin.
| void touchkey2_target_reset | ( | touchkey2_t * | ctx | ) |
Reset function.
| ctx | Click object. |
@description This function is used to reset the device.