|
dRonin
adbada4
dRonin firmware
|
PIOS interface for FSK DAC implementation. More...
Files | |
| file | pios_fskdac.c |
| Generates Bel202 encoded serial data on the DAC channel. | |
| file | pios_fskdac.h |
Typedefs | |
| typedef struct fskdac_dev_s * | fskdac_dev_t |
Functions | |
| int32_t | PIOS_FSKDAC_Init (fskdac_dev_t *fskdac_id, dac_dev_t dac) |
| Allocate and initialise FSKDAC device. More... | |
Variables | |
| const struct pios_com_driver | pios_fskdac_com_driver |
PIOS interface for FSK DAC implementation.
| typedef struct fskdac_dev_s* fskdac_dev_t |
Definition at line 39 of file pios_fskdac.h.
| int32_t PIOS_FSKDAC_Init | ( | fskdac_dev_t * | fskdac_id, |
| dac_dev_t | dac | ||
| ) |
Allocate and initialise FSKDAC device.
| [out] | fskdac_id | Device handle, only valid when return value is success |
| [in] | dac | Handle to a PIOS_DAC subsystem to use for xmit |
| 0 | on success, else failure |
| const struct pios_com_driver pios_fskdac_com_driver |