ata663211
2.0.0.0
|
This file contains API for ATA663211 Click driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_uart.h"
Go to the source code of this file.
Data Structures | |
struct | ata663211_t |
Click ctx object definition. More... | |
struct | ata663211_cfg_t |
Click configuration structure definition. More... | |
Macros | |
#define | ATA663211_MAP_MIKROBUS(cfg, mikrobus) |
#define | ATA663211_RETVAL uint8_t |
#define | ATA663211_OK 0x00 |
#define | ATA663211_INIT_ERROR 0xFF |
#define | DRV_RX_BUFFER_SIZE 500 |
Functions | |
void | ata663211_cfg_setup (ata663211_cfg_t *cfg) |
Config Object Initialization function. More... | |
ATA663211_RETVAL | ata663211_init (ata663211_t *ctx, ata663211_cfg_t *cfg) |
Initialization function. More... | |
void | ata663211_generic_multi_write (ata663211_t *ctx, char *data_buf, uint8_t len) |
Generic multi write function. More... | |
void | ata663211_generic_multi_read (ata663211_t *ctx, char *data_buf, uint8_t len) |
Generic multi read function. More... | |
char | ata663211_generic_single_read (ata663211_t *ctx) |
Generic single read function. More... | |
void | ata663211_generic_single_write (ata663211_t *ctx, char tx_data) |
Generic single write function. More... | |
void | ata663211_wake_up_device (ata663211_t *ctx) |
Wake-up device function. More... | |
void | ata663211_sleep_mode (ata663211_t *ctx) |
Sleep mode function. More... | |
uint8_t | ata663211_check_inh (ata663211_t *ctx) |
Check inhibit pin state function. More... | |
This file contains API for ATA663211 Click driver.