Searched refs:s_pdm_hwvad_notification (Results 1 – 1 of 1) sorted by relevance
61 static pdm_hwvad_notification_t s_pdm_hwvad_notification[ARRAY_SIZE(s_pdmBases)]; variable897 s_pdm_hwvad_notification[instance].callback = vadCallback; in PDM_EnableHwvadInterruptCallback()898 s_pdm_hwvad_notification[instance].userData = userData; in PDM_EnableHwvadInterruptCallback()909 s_pdm_hwvad_notification[instance].callback = NULL; in PDM_EnableHwvadInterruptCallback()910 s_pdm_hwvad_notification[instance].userData = NULL; in PDM_EnableHwvadInterruptCallback()922 if (s_pdm_hwvad_notification[0].callback != NULL) in PDM_HWVAD_EVENT_DriverIRQHandler()924 …s_pdm_hwvad_notification[0].callback(kStatus_PDM_HWVAD_VoiceDetected, s_pdm_hwvad_notification[0].… in PDM_HWVAD_EVENT_DriverIRQHandler()931 if (s_pdm_hwvad_notification[0].callback != NULL) in PDM_HWVAD_EVENT_DriverIRQHandler()933 …s_pdm_hwvad_notification[0].callback(kStatus_PDM_HWVAD_Error, s_pdm_hwvad_notification[0].userData… in PDM_HWVAD_EVENT_DriverIRQHandler()945 if (s_pdm_hwvad_notification[0].callback != NULL) in PDM_HWVAD_ERROR_DriverIRQHandler()[all …]