rpr_server sample
bp1658cj_handle_t
is only used within rpr_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rpr_server sample
bp1658cj_handle_t
bp1658cj_handle_t struct
BP1658CJ register current address - Byte1 BP1658CJ register grayscale address - Byte 2-11
Syntax
Show:
Summary
Declaration
from
bp1658cj.c:62
typedef
struct
{
bp1658cj_rgb_current_t
rgb_current
;
bp1658cj_cw_current_t
cw_current
;
uint8_t
mapping_addr
[
BP1658CJ_MAX_PIN
]
;
bool
init_done
;
}
bp1658cj_handle_t
;
Fields
Field
Declared as
bp1658cj_handle_t::rgb_current
bp1658cj_rgb_current_t
bp1658cj_handle_t::cw_current
bp1658cj_cw_current_t
bp1658cj_handle_t::mapping_addr
uint8_t
[
BP1658CJ_MAX_PIN
]
bp1658cj_handle_t::init_done
bool
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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