Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dtm0/clk_src.h"
#include "dtm0/clk_src_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_dtm0_ts_s |
Functions | |
M0_BASSERT (offsetof(struct _m0_dtm0_ts_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) | |
M0_BASSERT (sizeof(struct m0_dtm0_ts)==8U) | |
M0_BASSERT (sizeof((struct m0_dtm0_ts *) 0) ->dts_phys==8U) | |
M0_BASSERT (offsetof(struct m0_dtm0_ts, dts_phys)==0U) | |
M0_INTERNAL void | m0_xc_m0_dtm0_ts_struct_init (void) |
M0_INTERNAL void | m0_xc_dtm0_clk_src_init (void) |
M0_INTERNAL void | m0_xc_dtm0_clk_src_fini (void) |
Variables | |
struct m0_xcode_type * | m0_dtm0_ts_xc = &_m0_dtm0_ts._type |
static struct _m0_dtm0_ts_s | _m0_dtm0_ts |
M0_BASSERT | ( | offsetof(struct _m0_dtm0_ts_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_dtm0_ts) | = =8U | ) |
M0_BASSERT | ( | sizeof((struct m0_dtm0_ts *) 0) -> | dts_phys = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_ts, dts_phys) | = =0U | ) |
M0_INTERNAL void m0_xc_dtm0_clk_src_fini | ( | void | ) |
Definition at line 62 of file clk_src_xc.c.
M0_INTERNAL void m0_xc_dtm0_clk_src_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_dtm0_ts_struct_init | ( | void | ) |
Definition at line 37 of file clk_src_xc.c.
|
static |
struct m0_xcode_type * m0_dtm0_ts_xc = &_m0_dtm0_ts._type |
Definition at line 10 of file clk_src_xc.c.