Home
last modified time | relevance | path

Searched refs:AUDAC_INTSTS_VOLUME_RAMP (Results 1 – 2 of 2) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_audac.c188 if (int_sts & AUDAC_INTSTS_VOLUME_RAMP) { in bflb_audac_int_mask()
194 int_sts &= ~AUDAC_INTSTS_VOLUME_RAMP; in bflb_audac_int_mask()
214 if (int_sts & AUDAC_INTSTS_VOLUME_RAMP) { in bflb_audac_int_unmask()
220 int_sts &= ~AUDAC_INTSTS_VOLUME_RAMP; in bflb_audac_int_unmask()
245 int_sts |= AUDAC_INTSTS_VOLUME_RAMP; in bflb_audac_get_intstatus()
271 if (int_clear & AUDAC_INTSTS_VOLUME_RAMP) { in bflb_audac_int_clear()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_audac.h93 #define AUDAC_INTSTS_VOLUME_RAMP (1 << 0) macro

Completed in 8 milliseconds