ESP-IDF
uart_dev_s::
::
::irda_en
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_dev_s::
::
::irda_en
uart_dev_s::
::
::irda_en field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:173
uint32_t
irda_en
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
irda_en
:
1
;
/*Set this bit to enable irda protocol.*/
uart_struct.h:173
hw
->
conf0
.
irda_en
=
0
;
uart_ll.h:745
uart_ll_set_mode_normal()
hw
->
conf0
.
irda_en
=
0
;
uart_ll.h:759
uart_ll_set_mode_rs485_app_ctrl()
hw
->
conf0
.
irda_en
=
0
;
uart_ll.h:761
uart_ll_set_mode_rs485_app_ctrl()
hw
->
conf0
.
irda_en
=
0
;
uart_ll.h:780
uart_ll_set_mode_rs485_half_duplex()
hw
->
conf0
.
irda_en
=
0
;
uart_ll.h:793
uart_ll_set_mode_collision_detect()
hw
->
conf0
.
irda_en
=
1
;
uart_ll.h:815
uart_ll_set_mode_irda()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::irda_en
is written by 5 functions:
uart_ll_set_mode_normal()
uart_ll_set_mode_rs485_app_ctrl()
uart_ll_set_mode_rs485_half_duplex()
uart_ll_set_mode_collision_detect()
uart_ll_set_mode_irda()
All items filtered out
uart_dev_s::
::
::irda_en
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