PDM handle Structure definition. More...
#include <gr55xx_hal_pdm.h>
Collaboration diagram for _pdm_handle:Public Attributes | |
| pdm_regs_t * | p_instance |
| PDM registers base address More... | |
| pdm_init_t | init |
| PDM configuration parameters More... | |
| dma_handle_t * | p_dma |
| PDM DMA Handle parameters More... | |
| __IO hal_lock_t | lock |
| Locking object More... | |
| __IO hal_pdm_state_t | state |
| PDM communication state More... | |
| __IO uint32_t | error_code |
| PDM error code More... | |
| uint32_t | retention [5] |
| PDM important register information. More... | |
PDM handle Structure definition.
Definition at line 91 of file gr55xx_hal_pdm.h.
| __IO uint32_t _pdm_handle::error_code |
PDM error code
Definition at line 103 of file gr55xx_hal_pdm.h.
| pdm_init_t _pdm_handle::init |
PDM configuration parameters
Definition at line 95 of file gr55xx_hal_pdm.h.
| __IO hal_lock_t _pdm_handle::lock |
Locking object
Definition at line 99 of file gr55xx_hal_pdm.h.
| dma_handle_t* _pdm_handle::p_dma |
PDM DMA Handle parameters
Definition at line 97 of file gr55xx_hal_pdm.h.
| pdm_regs_t* _pdm_handle::p_instance |
PDM registers base address
Definition at line 93 of file gr55xx_hal_pdm.h.
| uint32_t _pdm_handle::retention[5] |
| __IO hal_pdm_state_t _pdm_handle::state |
PDM communication state
Definition at line 101 of file gr55xx_hal_pdm.h.