filex
current_driver
is only used within filex.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
current_driver
current_driver variable
Syntax
Show:
Summary
Declaration
from
fx_stm32_levelx_nor_driver.c:48
static
struct
fx_lx_nor_driver_instance
*
current_driver
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
fx_lx_nor_driver_instance
*
current_driver
=
NULL
;
fx_stm32_levelx_nor_driver.c:48
current_driver
=
&
fx_lx_nor_drivers
[
i
]
;
fx_stm32_levelx_nor_driver.c:100
fx_stm32_levelx_nor_driver()
if
(
current_driver
->
initialized
==
FX_FALSE
)
fx_stm32_levelx_nor_driver.c:108
fx_stm32_levelx_nor_driver()
status
=
lx_nor_flash_open
(
&
current_driver
->
flash_instance
,
current_driver
->
name
,
current_driver
->
nor_driver_initialize
)
;
fx_stm32_levelx_nor_driver.c:111
fx_stm32_levelx_nor_driver()
current_driver
->
initialized
=
FX_TRUE
;
fx_stm32_levelx_nor_driver.c:116
fx_stm32_levelx_nor_driver()
status
=
lx_nor_flash_close
(
&
current_driver
->
flash_instance
)
;
fx_stm32_levelx_nor_driver.c:138
fx_stm32_levelx_nor_driver()
status
=
lx_nor_flash_sector_read
(
&
current_driver
->
flash_instance
,
logical_sector
,
destination_buffer
)
;
fx_stm32_levelx_nor_driver.c:163
fx_stm32_levelx_nor_driver()
status
=
lx_nor_flash_sector_read
(
&
current_driver
->
flash_instance
,
0
,
destination_buffer
)
;
fx_stm32_levelx_nor_driver.c:195
fx_stm32_levelx_nor_driver()
status
=
lx_nor_flash_sector_write
(
&
current_driver
->
flash_instance
,
logical_sector
,
source_buffer
)
;
fx_stm32_levelx_nor_driver.c:221
fx_stm32_levelx_nor_driver()
status
=
lx_nor_flash_sector_write
(
&
current_driver
->
flash_instance
,
0
,
source_buffer
)
;
fx_stm32_levelx_nor_driver.c:250
fx_stm32_levelx_nor_driver()
status
=
lx_nor_flash_sector_release
(
&
current_driver
->
flash_instance
,
logical_sector
)
;
fx_stm32_levelx_nor_driver.c:275
fx_stm32_levelx_nor_driver()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
current_driver
is written by 1 function and is read by 1 function:
fx_stm32_levelx_nor_driver()
All items filtered out
current_driver
fx_stm32_levelx_nor_driver()
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