Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
pwm_params.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2020 Christian Amsüss <chrysn@fsfe.org>
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
19
#ifndef PWM_PARAMS_H
20
#define PWM_PARAMS_H
21
22
#include "
board.h
"
23
#include "
saul/periph.h
"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
#define SAUL_PWM_NO_DIMMER
30
31
static
const
saul_pwm_rgb_params_t
saul_pwm_rgb_params[] =
32
{
33
{
34
.name =
"LED"
,
35
.channels = {
36
{
PWM_DEV
(0), 0,
SAUL_PWM_INVERTED
},
37
{
PWM_DEV
(0), 1,
SAUL_PWM_INVERTED
},
38
{
PWM_DEV
(0), 2,
SAUL_PWM_INVERTED
}
39
}
40
}
41
};
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* PWM_PARAMS_H */
board.h
Common board specific configuration for the Particle Mesh.
PWM_DEV
#define PWM_DEV(x)
Default PWM access macro.
Definition
pwm.h:78
periph.h
Parameter definitions for mapping peripherals directly to SAUL.
SAUL_PWM_INVERTED
@ SAUL_PWM_INVERTED
Physical values are inverted from average voltage levels (ie.
Definition
periph.h:83
saul_pwm_rgb_params_t
PWM channels mapped to RGB LED registration entries.
Definition
periph.h:168
Generated on Fri Apr 4 2025 15:37:34 by
1.12.0