28typedef volatile struct __attribute__((packed,aligned(4))) {
29 uint32_t
REG[(64*1024)/4];
33#define NEORV32_CFS ((neorv32_cfs_t*) (NEORV32_CFS_BASE))
int neorv32_cfs_available(void)
Definition neorv32_cfs.c:29
Definition neorv32_cfs.h:28
uint32_t REG[(64 *1024)/4]
Definition neorv32_cfs.h:29