app_pdm_pin_t Struct Reference

PDM IO configuration Structures. More...

#include <app_pdm.h>

Public Attributes

app_io_type_t type
 
app_io_mux_t mux
 
uint32_t pin
 
app_io_pull_t pull
 

Detailed Description

PDM IO configuration Structures.

Definition at line 91 of file app_pdm.h.

Member Data Documentation

◆ mux

app_io_mux_t app_pdm_pin_t::mux

Specifies the Peripheral to be connected to the selected pins.

Definition at line 94 of file app_pdm.h.

◆ pin

uint32_t app_pdm_pin_t::pin

Specifies the IO pins to be configured.

Definition at line 95 of file app_pdm.h.

◆ pull

app_io_pull_t app_pdm_pin_t::pull

Specifies the Pull-up or Pull-Down activation for the selected pins.

Definition at line 96 of file app_pdm.h.

◆ type

app_io_type_t app_pdm_pin_t::type

Specifies the type of PDM IO.

Definition at line 93 of file app_pdm.h.


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