Motr  M0
sw_onwire_fop_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "cm/repreb/sw_onwire_fop.h"
#include "cm/repreb/sw_onwire_fop_xc.h"
Include dependency graph for sw_onwire_fop_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_cm_repreb_sw_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_cm_repreb_sw_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_cm_repreb_sw)==168U)
 
 M0_BASSERT (sizeof((struct m0_cm_repreb_sw *) 0) ->swo_base==168U)
 
 M0_BASSERT (offsetof(struct m0_cm_repreb_sw, swo_base)==0U)
 
M0_INTERNAL void m0_xc_m0_cm_repreb_sw_struct_init (void)
 
M0_INTERNAL void m0_xc_cm_repreb_sw_onwire_fop_init (void)
 
M0_INTERNAL void m0_xc_cm_repreb_sw_onwire_fop_fini (void)
 

Variables

struct m0_xcode_typem0_cm_repreb_sw_xc = &_m0_cm_repreb_sw._type
 
static struct _m0_cm_repreb_sw_s _m0_cm_repreb_sw
 

Function Documentation

◆ M0_BASSERT() [1/4]

M0_BASSERT ( offsetof(struct _m0_cm_repreb_sw_s, _child[0])  = =offsetof(struct m0_xcode_type, xct_child[0]))

◆ M0_BASSERT() [2/4]

M0_BASSERT ( sizeof(struct m0_cm_repreb_sw = =168U)

◆ M0_BASSERT() [3/4]

M0_BASSERT ( sizeof((struct m0_cm_repreb_sw *) 0) ->  swo_base = =168U)

◆ M0_BASSERT() [4/4]

M0_BASSERT ( offsetof(struct m0_cm_repreb_sw, swo_base = =0U)

◆ m0_xc_cm_repreb_sw_onwire_fop_fini()

M0_INTERNAL void m0_xc_cm_repreb_sw_onwire_fop_fini ( void  )

Definition at line 62 of file sw_onwire_fop_xc.c.

◆ m0_xc_cm_repreb_sw_onwire_fop_init()

M0_INTERNAL void m0_xc_cm_repreb_sw_onwire_fop_init ( void  )

Definition at line 57 of file sw_onwire_fop_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_cm_repreb_sw_struct_init()

M0_INTERNAL void m0_xc_m0_cm_repreb_sw_struct_init ( void  )

Definition at line 37 of file sw_onwire_fop_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ _m0_cm_repreb_sw

struct _m0_cm_repreb_sw_s _m0_cm_repreb_sw
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_cm_repreb_sw",
.xct_sizeof = sizeof (struct m0_cm_repreb_sw),
.xct_nr = 1,
}
}

◆ m0_cm_repreb_sw_xc

struct m0_xcode_type * m0_cm_repreb_sw_xc = &_m0_cm_repreb_sw._type

Definition at line 10 of file sw_onwire_fop_xc.c.