ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
lx_nor_ram.h
Go to the documentation of this file.
1
31#pragma once
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
41struct LX_NOR_FLASH_STRUCT;
42
63unsigned int lx_nor_ram_init(struct LX_NOR_FLASH_STRUCT* nor_flash);
64
81void lx_nor_ram_wipe(void);
82
83#ifdef __cplusplus
84}
85#endif
unsigned int lx_nor_ram_init(struct LX_NOR_FLASH_STRUCT *nor_flash)
LevelX NOR driver-initialise callback over the static SRAM backing.
Definition lx_nor_ram.c:188
void lx_nor_ram_wipe(void)
Erase the entire SRAM backing to the LevelX "erased" pattern.
Definition lx_nor_ram.c:204