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