Lines Matching refs:gpcrc
67 void GPCRC_Init(GPCRC_TypeDef * gpcrc, const GPCRC_Init_TypeDef * init) argument
87 gpcrc->EN_SET = GPCRC_EN_EN;
89 gpcrc->EN_CLR = GPCRC_EN_EN;
92 gpcrc->CTRL = (((uint32_t)init->autoInit << _GPCRC_CTRL_AUTOINIT_SHIFT)
98 gpcrc->CTRL = (((uint32_t)init->autoInit << _GPCRC_CTRL_AUTOINIT_SHIFT)
112 gpcrc->POLY = revPoly & _GPCRC_POLY_POLY_MASK;
116 gpcrc->INIT = init->initValue;
129 void GPCRC_Reset(GPCRC_TypeDef * gpcrc) argument
131 gpcrc->CTRL = _GPCRC_CTRL_RESETVALUE;
132 gpcrc->POLY = _GPCRC_POLY_RESETVALUE;
133 gpcrc->INIT = _GPCRC_INIT_RESETVALUE;