filex
fx_lx_nor_drivers
is only used within filex.
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
STM32 Libraries and Samples
filex
fx_lx_nor_drivers
fx_lx_nor_drivers variable
Syntax
Show:
Summary
Declaration
from
fx_stm32_levelx_nor_driver.c:29
static
struct
fx_lx_nor_driver_instance
fx_lx_nor_drivers
[
MAX_LX_NOR_DRIVERS
]
=
{
#ifdef
LX_NOR_SIMULATOR_DRIVER
{
.
name
=
LX_NOR_SIMULATOR_DRIVER_NAME
,
.
id
=
LX_NOR_SIMULATOR_DRIVER_ID
,
.
nor_driver_initialize
=
lx_stm32_nor_simulator_initialize
}
,
#endif
#ifdef
LX_NOR_OSPI_DRIVER
{
.
name
=
LX_NOR_OSPI_DRIVER_NAME
,
.
id
=
LX_NOR_OSPI_DRIVER_ID
,
.
nor_driver_initialize
=
lx_stm32_ospi_initialize
}
,
#endif
#ifdef
LX_NOR_QSPI_DRIVER
{
.
name
=
LX_NOR_QSPI_DRIVER_NAME
,
.
id
=
LX_NOR_QSPI_DRIVER_ID
,
.
nor_driver_initialize
=
lx_stm32_qspi_initialize
}
,
#endif
#ifdef
LX_NOR_CUSTOM_DRIVER
LX_NOR_CUSTOM_DRIVERS
#endif
}
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
fx_lx_nor_driver_instance
fx_lx_nor_drivers
[
MAX_LX_NOR_DRIVERS
]
=
fx_stm32_levelx_nor_driver.c:29
static
ULONG
num_drivers
=
sizeof
(
fx_lx_nor_drivers
)
/
sizeof
(
fx_lx_nor_drivers
[
0
]
)
;
fx_stm32_levelx_nor_driver.c:51
if
(
fx_lx_nor_drivers
[
i
]
.
id
==
driver_id
)
fx_stm32_levelx_nor_driver.c:61
find_driver_id()
current_driver
=
&
fx_lx_nor_drivers
[
i
]
;
fx_stm32_levelx_nor_driver.c:100
fx_stm32_levelx_nor_driver()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
fx_lx_nor_drivers
is read by 2 functions:
All items filtered out
fx_lx_nor_drivers
find_driver_id()
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