Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
A structure to represent TX device. More...
#include <tx_device.h>
Data Fields | |
int32_t(* | SendData )(uint8_t *data, uint32_t len) |
int32_t(* | Stop )(void) |
int32_t(* | Init )(TX_Config_t *cfg) |
int32_t(* | RegisterCallback )(void *cb) |
int32_t(* | UnregisterCallback )(void) |
int32_t(* | IsBusy )(void) |
IRQn_Type | IRQ_Reload |
IRQn_Type | IRQ_Done |
char * | Name |
A structure to represent TX device.
int32_t(* Init) (TX_Config_t *cfg) |
IRQn_Type IRQ_Done |
IRQn_Type IRQ_Reload |
int32_t(* IsBusy) (void) |
char* Name |
int32_t(* RegisterCallback) (void *cb) |
int32_t(* SendData) (uint8_t *data, uint32_t len) |
int32_t(* Stop) (void) |
int32_t(* UnregisterCallback) (void) |