#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
int32_t pll_ctrl;
int32_t pll_value;
int32_t pll_max;
int32_t pll_min;
int32_t pll_posmult;
int32_t pll_negmult;
int32_t pll_clock;
} ATTRIBUTE_PACKED mx32_struct_rtc_pll_info;
#define MPERS_mx32_struct_rtc_pll_info mx32_struct_rtc_pll_info