You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace SYSCTRL {
|
|
|
|
extern float test_float_reg;
|
|
extern int16_t test_int16_reg;
|
|
extern uint16_t test_uint16_reg;
|
|
extern int32_t test_int32_reg;
|
|
extern uint32_t test_uint32_reg;
|
|
}
|