pdm_env_t Struct Reference

app pdm instance structure. More...

#include <app_pdm.h>

Public Attributes

app_pdm_evt_handler_t evt_handler
 
pdm_handle_t handle
 
app_pdm_pin_cfg_tp_pin_cfg
 
dma_id_t dma_id
 
app_pdm_state_t pdm_state
 

Detailed Description

app pdm instance structure.

Definition at line 165 of file app_pdm.h.

Member Data Documentation

◆ dma_id

dma_id_t pdm_env_t::dma_id

Dma id.

Definition at line 170 of file app_pdm.h.

◆ evt_handler

app_pdm_evt_handler_t pdm_env_t::evt_handler

Pdm event callback.

Definition at line 167 of file app_pdm.h.

◆ handle

pdm_handle_t pdm_env_t::handle

Pdm handle Structure.

Definition at line 168 of file app_pdm.h.

◆ p_pin_cfg

app_pdm_pin_cfg_t* pdm_env_t::p_pin_cfg

Pdm IO Structures.

Definition at line 169 of file app_pdm.h.

◆ pdm_state

app_pdm_state_t pdm_env_t::pdm_state

Pdm state types.

Definition at line 171 of file app_pdm.h.


The documentation for this struct was generated from the following file: