Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.c61 static pdm_hwvad_notification_t s_pdm_hwvad_notification[ARRAY_SIZE(s_pdmBases)]; variable
897 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()
924s_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()
933s_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 …]