Searched refs:Code (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal.c | 1558 HAL_StatusTypeDef HAL_SYSCFG_ConfigVDDIOCompensationCell(uint32_t Selection, uint32_t Code, uint32_… in HAL_SYSCFG_ConfigVDDIOCompensationCell() argument 1565 assert_param(IS_SYSCFG_IO_COMPENSATION_CODE(Code)); in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1567 if (Code == SYSCFG_IO_REGISTER_CODE) in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1796 HAL_StatusTypeDef HAL_SYSCFG_ConfigVDDCompensationCell(uint32_t Code, uint32_t NmosValue, uint32_t … in HAL_SYSCFG_ConfigVDDCompensationCell() argument 1801 assert_param(IS_SYSCFG_IO_COMPENSATION_CODE(Code)); in HAL_SYSCFG_ConfigVDDCompensationCell() 1803 if (Code == SYSCFG_IO_REGISTER_CODE) in HAL_SYSCFG_ConfigVDDCompensationCell() 1849 HAL_StatusTypeDef HAL_SYSCFG_GetVDDCompensationCell(uint32_t Code, uint32_t *pNmosValue, in HAL_SYSCFG_GetVDDCompensationCell() argument 1856 assert_param(IS_SYSCFG_IO_COMPENSATION_CODE(Code)); in HAL_SYSCFG_GetVDDCompensationCell() 1860 if (Code == SYSCFG_IO_REGISTER_CODE) in HAL_SYSCFG_GetVDDCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal.c | 770 void HAL_SYSCFG_ConfigCompensationCell(uint32_t Selection, uint32_t Code, uint32_t NmosValue, uint3… in HAL_SYSCFG_ConfigCompensationCell() argument 776 assert_param(IS_SYSCFG_COMPENSATION_CELL_CODE(Code)); in HAL_SYSCFG_ConfigCompensationCell() 778 if (Code == SYSCFG_IO_REGISTER_CODE) in HAL_SYSCFG_ConfigCompensationCell() 789 MODIFY_REG(SYSCFG->CCCSR, (Selection << 1U), (Code << (POSITION_VAL(Selection) + 1U))); in HAL_SYSCFG_ConfigCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_system.h | 924 __STATIC_INLINE void LL_SBS_SetXSPI2CompCellCode(uint32_t Code) in LL_SBS_SetXSPI2CompCellCode() argument 926 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_XSPI2_COMP_CODESEL, Code); in LL_SBS_SetXSPI2CompCellCode() 979 __STATIC_INLINE void LL_SBS_SetXSPI1CompCellCode(uint32_t Code) in LL_SBS_SetXSPI1CompCellCode() argument 981 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_XSPI1_COMP_CODESEL, Code); in LL_SBS_SetXSPI1CompCellCode() 1034 __STATIC_INLINE void LL_SBS_SetIOCompCellCode(uint32_t Code) in LL_SBS_SetIOCompCellCode() argument 1036 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_COMP_CODESEL, Code); in LL_SBS_SetIOCompCellCode()
|
D | stm32h7rsxx_hal.h | 688 void HAL_SBS_ConfigCompensationCell(uint32_t Selection, uint32_t Code, uint32_t Nmo…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal.c | 882 void HAL_SBS_ConfigCompensationCell(uint32_t Selection, uint32_t Code, uint32_t NmosValue, uint32_t… in HAL_SBS_ConfigCompensationCell() argument 888 assert_param(IS_SBS_IO_COMPENSATION_CODE(Code)); in HAL_SBS_ConfigCompensationCell() 890 if (Code == SBS_IO_REGISTER_CODE) in HAL_SBS_ConfigCompensationCell() 901 MODIFY_REG(SBS->CCCSR, (Selection << 1U), (Code << (POSITION_VAL(Selection) + 1U))); in HAL_SBS_ConfigCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal.h | 933 HAL_StatusTypeDef HAL_SYSCFG_ConfigVDDIOCompensationCell(uint32_t Selection, uint32_t Code, 945 HAL_StatusTypeDef HAL_SYSCFG_ConfigVDDCompensationCell(uint32_t Code, uint32_t NmosValue, uint32_t … 950 HAL_StatusTypeDef HAL_SYSCFG_GetVDDCompensationCell(uint32_t Code, uint32_t *pNmosValue,
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal.h | 662 void HAL_SYSCFG_ConfigCompensationCell(uint32_t Selection, uint32_t Code, uint32_t NmosValue,
|