ESP-IDF
spi_flash_trans_t::address_bitlen
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_flash_trans_t::address_bitlen
spi_flash_trans_t::address_bitlen field
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:22
uint8_t
address_bitlen
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
address_bitlen
;
///< Length of address in bits, set to 0 if command does not need an address
spi_flash_types.h:22
.
address_bitlen
=
24
,
memspi_host_driver.c:153
memspi_host_erase_sector()
.
address_bitlen
=
24
,
memspi_host_driver.c:165
memspi_host_erase_block()
.
address_bitlen
=
24
,
memspi_host_driver.c:177
memspi_host_program_page()
.
address_bitlen
=
24
,
memspi_host_driver.c:189
memspi_host_read()
.
address_bitlen
=
24
,
spi_flash_chip_generic.c:617
spi_flash_chip_generic_get_caps()
.
address_bitlen
=
32
,
spi_flash_chip_mxic_opi.c:106
spi_flash_chip_mxic_opi_read_id()
.
address_bitlen
=
32
,
spi_flash_chip_mxic_opi.c:141
spi_flash_chip_mxic_opi_read_reg()
.
address_bitlen
=
32
,
spi_flash_chip_mxic_opi.c:209
spi_flash_chip_mxic_opi_erase_sector()
.
address_bitlen
=
32
,
spi_flash_chip_mxic_opi.c:238
spi_flash_chip_mxic_opi_erase_block()
.
address_bitlen
=
32
,
spi_flash_chip_mxic_opi.c:267
spi_flash_chip_mxic_opi_page_program()
.
address_bitlen
=
32
,
spi_flash_chip_mxic_opi.c:323
spi_flash_chip_mxic_opi_get_io_mode()
.
address_bitlen
=
(
addr_4b
?
32
:
24
)
,
spi_flash_chip_winbond.c:200
spi_flash_command_winbond_program_4B()
.
address_bitlen
=
(
addr_4b
?
32
:
24
)
,
spi_flash_chip_winbond.c:214
spi_flash_command_winbond_erase_sector_4B()
.
address_bitlen
=
(
addr_4b
?
32
:
24
)
,
spi_flash_chip_winbond.c:226
spi_flash_command_erase_block_4B()
host
->
driver
->
configure_host_io_mode
(
host
,
command
,
trans
->
address_bitlen
,
dummy_bitlen
,
io_mode
)
;
spi_flash_hal_common.inc:181
spi_flash_hal_common_command()
spi_flash_ll_set_usr_address
(
dev
,
trans
->
address
,
trans
->
address_bitlen
)
;
spi_flash_hal_common.inc:183
spi_flash_hal_common_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_flash_trans_t::address_bitlen
is read by 1 function:
All items filtered out
spi_flash_trans_t::address_bitlen
spi_flash_hal_common_command()
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