|
void | ble7_cfg_setup (ble7_cfg_t *cfg) |
| Config Object Initialization function. More...
|
|
BLE7_RETVAL | ble7_init (ble7_t *ctx, ble7_cfg_t *cfg) |
| Initialization function. More...
|
|
void | ble7_reset (ble7_t *ctx) |
| Reset function. More...
|
|
void | ble7_generic_write (ble7_t *ctx, char *data_buf, uint16_t len) |
| Generic write function. More...
|
|
int32_t | ble7_generic_read (ble7_t *ctx, char *data_buf, uint16_t max_len) |
| Generic read function. More...
|
|
void | ble7_send_command (ble7_t *ctx, char *command) |
| Transmit function. More...
|
|
void | ble7_response_handler_set (ble7_t *ctx, void(*handler)(uint8_t *)) |
| Handler Setting function. More...
|
|
void | ble7_uart_isr (ble7_t *ctx, uint8_t rx_dat) |
| UART ISR function. More...
|
|
uint8_t | ble7_response_ready (ble7_t *ctx) |
| Response Ready function. More...
|
|
uint8_t | ble7_get_gp0 (ble7_t *ctx) |
| GP0 Pin Getting function. More...
|
|
uint8_t | ble7_get_rts (ble7_t *ctx) |
| RTS Pin Getting function. More...
|
|
void | ble7_set_gp1 (ble7_t *ctx, uint8_t state) |
| GP1 Pin Setting function. More...
|
|
void | ble7_set_cts (ble7_t *ctx, uint8_t state) |
| CTS Pin Setting function. More...
|
|
void | ble7_receive_command (ble7_t *ctx, char *data_buf) |
|
This file contains API for BLE 7 Click driver.