ESP-IDF
spi_dev_s::
::
::trans_inten
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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
spi_dev_s::
::
::trans_inten
spi_dev_s::
::
::trans_inten field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:193
uint32_t
trans_inten
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
trans_inten
:
1
;
/*The interrupt enable bit for the completion of any operation in both the master mode and the slave mode.*/
spi_struct.h:193
hw
->
slave
.
trans_inten
=
0
;
spi_ll.h:1039
spi_ll_disable_int()
hw
->
slave
.
trans_inten
=
1
;
spi_ll.h:1069
spi_ll_enable_int()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::
::trans_inten
is written by 2 functions:
spi_ll_disable_int()
spi_ll_enable_int()
All items filtered out
spi_dev_s::
::
::trans_inten
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