Searched refs:DebSel (Results 1 – 2 of 2) sorted by relevance
108 assert_parameters(IS_CMP_DEB(InitStruct->DebSel)); in CMP_Init()117 tmp |= (InitStruct->DebSel << ANA_CTRL_CMP1DEB_Pos); in CMP_Init()156 tmp |= (InitStruct->DebSel << ANA_CTRL_CMP2DEB_Pos); in CMP_Init()199 InitStruct->DebSel = CMP_DEB_NONE; in CMP_StructInit()370 assert_parameters(IS_CMP_OUTPUTDEB(InitStruct->DebSel)); in CMP_OutputInit()377 ANA->CMPCTL |= (InitStruct->DebSel << ANA_CMPCTL_CMP1_IO_NODEB_Pos); in CMP_OutputInit()386 ANA->CMPCTL |= (InitStruct->DebSel << ANA_CMPCTL_CMP2_IO_NODEB_Pos); in CMP_OutputInit()400 InitStruct->DebSel = CMP_OUTPUT_DEB; in CMP_OutputStructInit()
25 uint32_t DebSel; member39 uint32_t DebSel; member
Completed in 8 milliseconds