rpr_server sample
bp5758d_set_channel()
is only used within rpr_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rpr_server sample
bp5758d_set_channel()
bp5758d_set_channel() function
Set any channel output
Syntax
Show:
Summary
Declaration
Definition
from
bp5758d.h:64
esp_err_t
bp5758d_set_channel
(
bp5758d_channel_t
channel
,
uint16_t
value
)
;
Implemented in
bp5758d.c:157
Arguments
Argument
Description
channel
Abstract pin
value
Output value
Return value
esp_err_t
Examples
References
from
examples
Code
Location
esp_err_t
bp5758d_set_channel
(
bp5758d_channel_t
channel
,
uint16_t
value
)
bp5758d.c:157
esp_err_t
bp5758d_set_channel
(
bp5758d_channel_t
channel
,
uint16_t
value
)
;
bp5758d.h:64
.
set_channel
=
(
x_set_channel_t
)
bp5758d_set_channel
,
hal_driver.c:215
Call Tree
from
examples
bp5758d_set_channel()
calls 5 functions:
All items filtered out
bp5758d_set_channel()
esp_log_timestamp()
esp_log_write()
iic_driver_write()
get_mapping_addr()
set_sleep_mode_and_current()
All items filtered out
Data Use
from
examples
bp5758d_set_channel()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
bp5758d_handle_t::current
bp5758d_handle_t::mapping_addr
bp5758d_handle_t::init_done
s_bp5758d
All items filtered out
bp5758d_set_channel()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out