ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
lx_nor_driver_ra8_xspi.h
Go to the documentation of this file.
1
43
44#pragma once
45
46#ifdef __cplusplus
47extern "C" {
48#endif
49
50/* lx_api.h drags in the LX_NOR_FLASH struct definition the function
51 * signature below references. Including it here keeps consumers from
52 * having to remember the include order. */
53#include "lx_api.h"
54
94UINT lx_nor_driver_ra8_xspi_initialize(LX_NOR_FLASH* nor_flash);
95
96#ifdef __cplusplus
97}
98#endif
UINT lx_nor_driver_ra8_xspi_initialize(LX_NOR_FLASH *nor_flash)
LevelX NOR driver-initialise entry point bridging onto ra8_xspi.
unsigned int UINT
ThreadX-compatible unsigned int (host stub).