Home
last modified time | relevance | path

Searched refs:SBS_IO_CELL_CODE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c79 (((__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()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h151 #define SBS_IO_CELL_CODE 0UL /*!< Code from the cell */ macro