blob: 304d21207836bddc23f556a77925251988d81ec7 [file] [log] [blame]
#include <stdint.h>
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 m32_struct_rtc_pll_info;
#define MPERS_m32_struct_rtc_pll_info m32_struct_rtc_pll_info