ESP-IDF
spi_dev_s::
::
::clkcnt_n
is only used within ESP-IDF.
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
ESP-IDF
spi_dev_s::
::
::clkcnt_n
spi_dev_s::
::
::clkcnt_n field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:94
uint32_t
clkcnt_n
:
6
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
clkcnt_n
:
6
;
/*In the master mode it is the divider of spi_clk. So spi_clk frequency is system/(spi_clkdiv_pre+1)/(spi_clkcnt_N+1)*/
spi_struct.h:94
reg
.
clkcnt_n
=
0
;
spi_ll.h:678
spi_ll_master_cal_clock()
reg
.
clkcnt_n
=
n
-
1
;
spi_ll.h:720
spi_ll_master_cal_clock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::
::clkcnt_n
is written by 1 function:
spi_ll_master_cal_clock()
All items filtered out
spi_dev_s::
::
::clkcnt_n
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