trf 2.0.0.0
|
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. | |
uint8_t byte_ready | ( | ) |
Check for new byte received.
0 | - no new data / 1 - data ready |
Checks is there a new byte received.
void trf_cfg_setup | ( | trf_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
void trf_generic_multi_read | ( | trf_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 trf_generic_multi_write | ( | trf_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 trf_generic_single_read | ( | trf_t * | ctx | ) |
Generic single read function.
ctx | Click object. |
@description This function read one byte data.
void trf_generic_single_write | ( | trf_t * | ctx, |
char | tx_data ) |
Generic single write function.
ctx | Click object. |
tx_data | Input data |
@description This function write one byte data.
TRF_RETVAL trf_init | ( | trf_t * | ctx, |
trf_cfg_t * | cfg ) |
Initialization function.
trf | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.