Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.c61 static pdm_hwvad_notification_t s_pdm_hwvad_notification[ARRAY_SIZE(s_pdmBases)]; variable
903 s_pdm_hwvad_notification[instance].callback = vadCallback; in PDM_EnableHwvadInterruptCallback()
904 s_pdm_hwvad_notification[instance].userData = userData; in PDM_EnableHwvadInterruptCallback()
915 s_pdm_hwvad_notification[instance].callback = NULL; in PDM_EnableHwvadInterruptCallback()
916 s_pdm_hwvad_notification[instance].userData = NULL; in PDM_EnableHwvadInterruptCallback()
928 if (s_pdm_hwvad_notification[0].callback != NULL) in PDM_HWVAD_EVENT_DriverIRQHandler()
930s_pdm_hwvad_notification[0].callback(kStatus_PDM_HWVAD_VoiceDetected, s_pdm_hwvad_notification[0].… in PDM_HWVAD_EVENT_DriverIRQHandler()
937 if (s_pdm_hwvad_notification[0].callback != NULL) in PDM_HWVAD_EVENT_DriverIRQHandler()
939s_pdm_hwvad_notification[0].callback(kStatus_PDM_HWVAD_Error, s_pdm_hwvad_notification[0].userData… in PDM_HWVAD_EVENT_DriverIRQHandler()
951 if (s_pdm_hwvad_notification[0].callback != NULL) in PDM_HWVAD_ERROR_DriverIRQHandler()
[all …]