app_pwm_pin_t Struct Reference

PWM IO configuration Structures. More...

#include <app_pwm.h>

Public Attributes

app_io_type_t type
 Specifies the type of PWM IO. More...
 
app_io_mux_t mux
 Specifies the Peripheral to be connected to the selected pins. More...
 
uint32_t pin
 Specifies the IO pins to be configured. More...
 
app_io_pull_t pull
 Specifies the Pull-up or Pull-Down activation for the selected pins. More...
 
uint8_t enable
 Enable or disable the pin. More...
 

Detailed Description

PWM IO configuration Structures.

Definition at line 143 of file app_pwm.h.

Member Data Documentation

◆ enable

uint8_t app_pwm_pin_t::enable

Enable or disable the pin.

Definition at line 150 of file app_pwm.h.

◆ mux

app_io_mux_t app_pwm_pin_t::mux

Specifies the Peripheral to be connected to the selected pins.

Definition at line 146 of file app_pwm.h.

◆ pin

uint32_t app_pwm_pin_t::pin

Specifies the IO pins to be configured.

This parameter can be any value of Defines.

Definition at line 147 of file app_pwm.h.

◆ pull

app_io_pull_t app_pwm_pin_t::pull

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

Definition at line 149 of file app_pwm.h.

◆ type

app_io_type_t app_pwm_pin_t::type

Specifies the type of PWM IO.

Definition at line 145 of file app_pwm.h.


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