Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
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
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
Enumerations
Enumerator
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
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
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
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
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
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
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
is31fl3733.h
Go to the documentation of this file.
1
/*
2
* Copyright 2023 Daniel DeGrasse <daniel@degrasse.com>
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DRIVERS_LED_IS31FL3733_H_
8
#define ZEPHYR_INCLUDE_DRIVERS_LED_IS31FL3733_H_
9
20
int
is31fl3733_blank
(
const
struct
device
*dev,
bool
blank_en);
21
34
int
is31fl3733_current_limit
(
const
struct
device
*dev,
uint8_t
limit);
35
36
#endif
/* ZEPHYR_INCLUDE_DRIVERS_LED_IS31FL3733_H_ */
is31fl3733_blank
int is31fl3733_blank(const struct device *dev, bool blank_en)
Blanks IS31FL3733 LED display.
is31fl3733_current_limit
int is31fl3733_current_limit(const struct device *dev, uint8_t limit)
Sets led current limit.
uint8_t
__UINT8_TYPE__ uint8_t
Definition:
stdint.h:88
device
Runtime device structure (in ROM) per driver instance.
Definition:
device.h:387
zephyr
drivers
led
is31fl3733.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6