ABDAC driver software instance structure.
Device instance structure for a ABDAC driver instance. This structure should be initialized by the abdac_init() function to associate the instance with a particular hardware module of the device.
#include <abdacb.h>
Data Fields | |
struct abdac_config * | cfg |
Pointer to ABDAC configuration structure. More... | |
Abdacb * | hw_dev |
Base address of the ABDAC module. More... | |
struct abdac_config* abdac_dev_inst::cfg |
Pointer to ABDAC configuration structure.
Referenced by abdac_init(), and abdac_set_config().
Abdacb* abdac_dev_inst::hw_dev |
Base address of the ABDAC module.
Referenced by abdac_clear_interrupt_flag(), abdac_disable(), abdac_disable_interrupt(), abdac_enable(), abdac_enable_interrupt(), abdac_init(), abdac_is_busy(), abdac_is_tx_ready(), abdac_is_tx_underrun(), abdac_read_interrupt_mask(), abdac_set_config(), abdac_set_volume0(), abdac_set_volume1(), abdac_sw_reset(), abdac_swap_channels(), abdac_write_data0(), and abdac_write_data1().