Searched refs:pdm_handle_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdm/ |
D | fsl_pdm.h | 355 typedef struct _pdm_handle pdm_handle_t; typedef 358 typedef void (*pdm_transfer_callback_t)(PDM_Type *base, pdm_handle_t *handle, status_t status, void… 1155 void PDM_TransferCreateHandle(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_callback_t callbac… 1168 …PDM_Type *base, pdm_handle_t *handle, uint32_t channel, const pdm_channel_config_t *config, uint32… 1184 status_t PDM_TransferReceiveNonBlocking(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_t *xfer); 1195 void PDM_TransferAbortReceive(PDM_Type *base, pdm_handle_t *handle); 1203 void PDM_TransferHandleIRQ(PDM_Type *base, pdm_handle_t *handle);
|
D | fsl_pdm.c | 19 typedef void (*pdm_isr_t)(PDM_Type *base, pdm_handle_t *pdmHandle); 44 static pdm_handle_t *s_pdmHandle[ARRAY_SIZE(s_pdmBases)]; 470 …PDM_Type *base, pdm_handle_t *handle, uint32_t channel, const pdm_channel_config_t *config, uint32… in PDM_TransferSetChannelConfig() 504 void PDM_TransferCreateHandle(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_callback_t callbac… in PDM_TransferCreateHandle() 542 status_t PDM_TransferReceiveNonBlocking(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_t *xfer) in PDM_TransferReceiveNonBlocking() 578 void PDM_TransferAbortReceive(PDM_Type *base, pdm_handle_t *handle) in PDM_TransferAbortReceive() 598 void PDM_TransferHandleIRQ(PDM_Type *base, pdm_handle_t *handle) in PDM_TransferHandleIRQ()
|