ESP-IDF
i2c_dev_s::command
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_dev_s::command
i2c_dev_s::command field
Syntax
Show:
Summary
Declaration
from
i2c_struct.h:246
union
{
struct
{
uint32_t
byte_num
:
8
;
uint32_t
ack_en
:
1
;
uint32_t
ack_exp
:
1
;
uint32_t
ack_val
:
1
;
uint32_t
op_code
:
3
;
uint32_t
reserved14
:
17
;
uint32_t
done
:
1
;
}
;
uint32_t
val
;
}
command
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
}
command
[
16
]
;
i2c_struct.h:257
hw
->
command
[
cmd_idx
]
.
val
=
cmd
.
val
;
i2c_ll.h:347
i2c_ll_master_write_cmd_reg()
return
hw
->
command
[
cmd_idx
]
.
done
;
i2c_ll.h:835
i2c_ll_master_is_cmd_done()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_dev_s::command
is read by 2 functions:
All items filtered out
i2c_dev_s::command
i2c_ll_master_write_cmd_reg()
i2c_ll_master_is_cmd_done()
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