Searched refs:DAC_CR_CEN1 (Results 1 – 4 of 4) sorted by relevance
394 SET_BIT((hdac->Instance->CR), (DAC_CR_CEN1 << (Channel & 0x10UL))); in HAL_DACEx_SelfCalibrate()441 CLEAR_BIT((hdac->Instance->CR), (DAC_CR_CEN1 << (Channel & 0x10UL))); in HAL_DACEx_SelfCalibrate()
1329 CLEAR_BIT(hdac->Instance->CR, DAC_CR_CEN1 << (Channel & 0x10UL)); in HAL_DAC_ConfigChannel()
274 #define LL_DAC_MODE_CALIBRATION (DAC_CR_CEN1) /*!< DAC channel in mode calibra…657 DAC_CR_CEN1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetMode()676 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_CEN1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetMode()
6198 #define DAC_CR_CEN1 DAC_CR_CEN1_Msk /*!<DAC channel 1 ca… macro