Herzog Library 00.00.01  rel_libdev.herzog.00.00.01.10606
Data Fields
TX_Device_t Struct Reference

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
 

Detailed Description

A structure to represent TX device.

Field Documentation

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)

The documentation for this struct was generated from the following file: