Lines Matching refs:CCCSR
1165 SET_BIT(SBS->CCCSR, SBS_CCCSR_EN1); in LL_SBS_EnableVddCompensationCell()
1177 SET_BIT(SBS->CCCSR, SBS_CCCSR_EN2); in LL_SBS_EnableVddIOCompensationCell()
1189 CLEAR_BIT(SBS->CCCSR, SBS_CCCSR_EN1); in LL_SBS_DisableVddCompensationCell()
1201 CLEAR_BIT(SBS->CCCSR, SBS_CCCSR_EN2); in LL_SBS_DisableVddIOCompensationCell()
1211 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_EN1) == SBS_CCCSR_EN1) ? 1UL : 0UL); in LL_SBS_IsEnabled_VddCompensationCell()
1221 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_EN2) == SBS_CCCSR_EN2) ? 1UL : 0UL); in LL_SBS_IsEnabled_VddIOCompensationCell()
1231 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_RDY1) == (SBS_CCCSR_RDY1)) ? 1UL : 0UL); in LL_SBS_IsActiveFlag_VddCMPCR()
1241 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_RDY2) == (SBS_CCCSR_RDY2)) ? 1UL : 0UL); in LL_SBS_IsActiveFlag_VddIOCMPCR()
1256 SET_BIT(SBS->CCCSR, CompCode); in LL_SBS_SetVddCellCompensationCode()
1270 SET_BIT(SBS->CCCSR, CompCode); in LL_SBS_SetVddIOCellCompensationCode()
1282 return (uint32_t)(READ_BIT(SBS->CCCSR, SBS_CCCSR_CS1)); in LL_SBS_GetVddCellCompensationCode()
1294 return (uint32_t)(READ_BIT(SBS->CCCSR, SBS_CCCSR_CS2)); in LL_SBS_GetVddIOCellCompensationCode()