Searched refs:pdm_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/pdm/ |
| D | fsl_pdm.h | 358 typedef struct _pdm_handle pdm_handle_t; typedef 361 typedef void (*pdm_transfer_callback_t)(PDM_Type *base, pdm_handle_t *handle, status_t status, void… 1159 void PDM_TransferCreateHandle(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_callback_t callbac… 1172 …PDM_Type *base, pdm_handle_t *handle, uint32_t channel, const pdm_channel_config_t *config, uint32… 1188 status_t PDM_TransferReceiveNonBlocking(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_t *xfer); 1199 void PDM_TransferAbortReceive(PDM_Type *base, pdm_handle_t *handle); 1207 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)]; 476 …PDM_Type *base, pdm_handle_t *handle, uint32_t channel, const pdm_channel_config_t *config, uint32… in PDM_TransferSetChannelConfig() 510 void PDM_TransferCreateHandle(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_callback_t callbac… in PDM_TransferCreateHandle() 548 status_t PDM_TransferReceiveNonBlocking(PDM_Type *base, pdm_handle_t *handle, pdm_transfer_t *xfer) in PDM_TransferReceiveNonBlocking() 584 void PDM_TransferAbortReceive(PDM_Type *base, pdm_handle_t *handle) in PDM_TransferAbortReceive() 604 void PDM_TransferHandleIRQ(PDM_Type *base, pdm_handle_t *handle) in PDM_TransferHandleIRQ()
|