trf 2.0.0.0
|
This file contains API for tRF 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 | trf_t |
Click ctx object definition. More... | |
struct | trf_cfg_t |
Click configuration structure definition. More... | |
Macros | |
#define | TRF_MAP_MIKROBUS(cfg, mikrobus) |
#define | TRF_RETVAL uint8_t |
#define | TRF_OK 0x00 |
#define | TRF_INIT_ERROR 0xFF |
#define | DRV_RX_BUFFER_SIZE 500 |
Functions | |
void | trf_cfg_setup (trf_cfg_t *cfg) |
Config Object Initialization function. | |
TRF_RETVAL | trf_init (trf_t *ctx, trf_cfg_t *cfg) |
Initialization function. | |
void | trf_generic_multi_write (trf_t *ctx, char *data_buf, uint8_t len) |
Generic multi write function. | |
void | trf_generic_multi_read (trf_t *ctx, char *data_buf, uint8_t len) |
Generic multi read function. | |
char | trf_generic_single_read (trf_t *ctx) |
Generic single read function. | |
void | trf_generic_single_write (trf_t *ctx, char tx_data) |
Generic single write function. | |
uint8_t | byte_ready () |
Check for new byte received. | |
This file contains API for tRF Click driver.