ESP-IDF
SPIMEM_LL_APB
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
SPIMEM_LL_APB
SPIMEM_LL_APB macro
Syntax
Show:
Summary
Declaration
from
spi_flash_ll.h:51
#define
SPIMEM_LL_APB
SPI1
Examples
References
from
examples
Code
Location
#define
SPIMEM_LL_APB
SPI1
spi_flash_ll.h:51
spi_flash_ll_get_common_command_register_info
(
&
SPIMEM_LL_APB
,
&
old_ctrl_reg
,
&
old_user_reg
,
&
old_user1_reg
,
&
old_user2_reg
)
;
bootloader_flash.c:584
SPIMEM_LL_APB
.
ctrl
.
val
=
0
;
bootloader_flash.c:585
spi_flash_ll_set_wp_level
(
&
SPIMEM_LL_APB
,
true
)
;
bootloader_flash.c:587
spi_flash_ll_set_command
(
&
SPIMEM_LL_APB
,
command
,
8
)
;
bootloader_flash.c:592
spi_flash_ll_set_addr_bitlen
(
&
SPIMEM_LL_APB
,
addr_len
)
;
bootloader_flash.c:594
spi_flash_ll_set_usr_address
(
&
SPIMEM_LL_APB
,
address
,
addr_len
)
;
bootloader_flash.c:595
spi_flash_ll_set_dummy
(
&
SPIMEM_LL_APB
,
total_dummy
)
;
bootloader_flash.c:601
spi_flash_ll_set_mosi_bitlen
(
&
SPIMEM_LL_APB
,
mosi_len
)
;
bootloader_flash.c:604
spi_flash_ll_set_buffer_data
(
&
SPIMEM_LL_APB
,
&
mosi_data
,
mosi_len
/
8
)
;
bootloader_flash.c:605
spi_flash_ll_set_miso_bitlen
(
&
SPIMEM_LL_APB
,
miso_len
)
;
bootloader_flash.c:607
spi_flash_ll_user_start
(
&
SPIMEM_LL_APB
,
false
)
;
bootloader_flash.c:609
while
(
!
spi_flash_ll_cmd_is_done
(
&
SPIMEM_LL_APB
)
)
{
bootloader_flash.c:610
spi_flash_ll_set_common_command_register_info
(
&
SPIMEM_LL_APB
,
old_ctrl_reg
,
old_user_reg
,
old_user1_reg
,
old_user2_reg
)
;
bootloader_flash.c:612
spi_flash_ll_get_buffer_data
(
&
SPIMEM_LL_APB
,
&
output_data
,
miso_len
/
8
)
;
bootloader_flash.c:615
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