Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
#include "bflb_core.h"
Go to the source code of this file.
Data Structures | |
struct | bflb_audac_init_config_s |
AUDAC initialization configuration structure. More... | |
struct | bflb_audac_volume_config_s |
AUDAC volume configuration structure. More... | |
Functions | |
int | bflb_audac_init (struct bflb_device_s *dev, const struct bflb_audac_init_config_s *config) |
int | bflb_audac_volume_init (struct bflb_device_s *dev, const struct bflb_audac_volume_config_s *vol_cfg) |
int | bflb_audac_link_rxdma (struct bflb_device_s *dev, bool enable) |
int | bflb_audac_int_mask (struct bflb_device_s *dev, uint32_t mask) |
int | bflb_audac_get_intstatus (struct bflb_device_s *dev) |
int | bflb_audac_int_clear (struct bflb_device_s *dev, uint32_t int_clear) |
int | bflb_audac_feature_control (struct bflb_device_s *dev, int cmd, size_t arg) |