LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address is only used within levelx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SampleslevelxLX_NOR_FLASH_STRUCT::lx_nor_flash_base_address

LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address field

Syntax

ULONG *lx_nor_flash_base_address;

References

LocationReferrerText
lx_api.h:448
ULONG *lx_nor_flash_base_address;
lx_nor_flash_block_reclaim.c:125_lx_nor_flash_block_reclaim()
block_word_ptr = nor_flash -> lx_nor_flash_base_address + (nor_flash -> lx_nor_flash_words_per_block * erase_block);
lx_nor_flash_driver_block_erase.c:96_lx_nor_flash_driver_block_erase()
block_start_address = nor_flash -> lx_nor_flash_base_address + (block * nor_flash -> lx_nor_flash_words_per_block);
lx_nor_flash_driver_read.c:158_lx_nor_flash_driver_read()
cache_offset = (ULONG)(flash_address - nor_flash -> lx_nor_flash_base_address);
lx_nor_flash_driver_read.c:160_lx_nor_flash_driver_read()
cache_entry_start = nor_flash -> lx_nor_flash_base_address + cache_offset;
lx_nor_flash_logical_sector_find.c:228_lx_nor_flash_logical_sector_find()
block_word_ptr = (nor_flash -> lx_nor_flash_base_address + (i * nor_flash -> lx_nor_flash_words_per_block));
lx_nor_flash_next_block_to_erase_find.c:113_lx_nor_flash_next_block_to_erase_find()
block_word_ptr = nor_flash -> lx_nor_flash_base_address;
lx_nor_flash_open.c:217_lx_nor_flash_open()
block_word_ptr = nor_flash -> lx_nor_flash_base_address;
lx_nor_flash_open.c:286_lx_nor_flash_open()
block_word_ptr = nor_flash -> lx_nor_flash_base_address;
lx_nor_flash_open.c:347_lx_nor_flash_open()
block_word_ptr = nor_flash -> lx_nor_flash_base_address;
lx_nor_flash_physical_sector_allocate.c:125_lx_nor_flash_physical_sector_allocate()
block_word_ptr = nor_flash -> lx_nor_flash_base_address + (search_block * nor_flash -> lx_nor_flash_words_per_block);
lx_stm32_nor_simulator_driver.c:41lx_stm32_nor_simulator_initialize()
nor_flash->lx_nor_flash_base_address = (ULONG *) LX_NOR_SIMULATOR_FLASH_BASE_ADDRESS;
lx_stm32_nor_simulator_driver.c:45lx_stm32_nor_simulator_initialize()
mem_set(nor_flash->lx_nor_flash_base_address, 0xff, LX_NOR_SIMULATOR_FLASH_SIZE);
lx_stm32_qspi_driver.c:91lx_stm32_qspi_initialize()
nor_flash->lx_nor_flash_base_address = 0;

Data Use

Functions writing LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
Functions reading LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
Type of LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
all items filtered out