Loading...
Searching...
No Matches
saul_pwm_channel_t Struct Reference

Single PWM channel exposed via SAUL. More...

Detailed Description

Single PWM channel exposed via SAUL.

This does never need to be declared on its own, but is used inisde saul_pwm_dimmer_params_t and saul_pwm_rgb_params_t structs.

Definition at line 94 of file periph.h.

#include <periph.h>

Data Fields

pwm_t dev
 PWM device backing this entry.
 
uint8_t channel
 Channel on the PWM device.
 
saul_pwm_flags_t flags
 Configuration flags.
 

Field Documentation

◆ channel

uint8_t saul_pwm_channel_t::channel

Channel on the PWM device.

Definition at line 96 of file periph.h.

◆ dev

pwm_t saul_pwm_channel_t::dev

PWM device backing this entry.

Definition at line 95 of file periph.h.

◆ flags

saul_pwm_flags_t saul_pwm_channel_t::flags

Configuration flags.

Definition at line 97 of file periph.h.


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