Searched refs:pCode (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal.c | 806 HAL_StatusTypeDef HAL_SYSCFG_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNm… in HAL_SYSCFG_GetCompensationCell() argument 814 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetCompensationCell() 816 …*pCode = ((SYSCFG->CCCSR & (Selection << 1U)) == 0U) ? SYSCFG_IO_CELL_CODE : SYSCFG_IO_REGISTER_CO… in HAL_SYSCFG_GetCompensationCell() 818 reg = (*pCode == SYSCFG_IO_CELL_CODE) ? (SYSCFG->CCVR) : (SYSCFG->CCCR); in HAL_SYSCFG_GetCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal.c | 919 HAL_StatusTypeDef HAL_SBS_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNmosV… in HAL_SBS_GetCompensationCell() argument 927 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SBS_GetCompensationCell() 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/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal.c | 1663 HAL_StatusTypeDef HAL_SYSCFG_GetVDDIOCompensationCell(uint32_t Selection, const uint32_t *pCode, ui… in HAL_SYSCFG_GetVDDIOCompensationCell() argument 1671 assert_param(IS_SYSCFG_IO_COMPENSATION_CODE(*pCode)); in HAL_SYSCFG_GetVDDIOCompensationCell() 1673 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetVDDIOCompensationCell() 1677 if (*pCode == SYSCFG_IO_REGISTER_CODE) in HAL_SYSCFG_GetVDDIOCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal.h | 664 HAL_StatusTypeDef HAL_SYSCFG_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNm…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal.h | 690 HAL_StatusTypeDef HAL_SBS_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNm…
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal.h | 936 HAL_StatusTypeDef HAL_SYSCFG_GetVDDIOCompensationCell(uint32_t Selection, const uint32_t *pCode, ui…
|