1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5int32_t pll_ctrl;
6int32_t pll_value;
7int32_t pll_max;
8int32_t pll_min;
9int32_t pll_posmult;
10int32_t pll_negmult;
11int32_t pll_clock;
12} ATTRIBUTE_PACKED mx32_struct_rtc_pll_info;
13#define MPERS_mx32_struct_rtc_pll_info mx32_struct_rtc_pll_info
14