Searched refs:SBS_IO_CELL_CODE (Results 1 – 2 of 2) sorted by relevance
79 (((__VALUE__) == SBS_IO_CELL_CODE) || \929 *pCode = ((SBS->CCCSR & (Selection << 1U)) == 0U) ? SBS_IO_CELL_CODE : SBS_IO_REGISTER_CODE; in HAL_SBS_GetCompensationCell()931 reg = (*pCode == SBS_IO_CELL_CODE) ? (SBS->CCVALR) : (SBS->CCSWVALR); in HAL_SBS_GetCompensationCell()
151 #define SBS_IO_CELL_CODE 0UL /*!< Code from the cell */ macro