Searched refs:NmosValue (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal.c | 1558 …peDef HAL_SYSCFG_ConfigVDDIOCompensationCell(uint32_t Selection, uint32_t Code, uint32_t NmosValue, in HAL_SYSCFG_ConfigVDDIOCompensationCell() argument 1570 assert_param(IS_SYSCFG_IO_COMPENSATION_CELL_NMOS_VALUE(NmosValue)); in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1574 if ((NmosValue == 0U) || (PmosValue == 0xFU)) in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1584 …MODIFY_REG(SYSCFG->VDDIO2CCCR, 0x2FFU, ((NmosValue | (PmosValue << (4U))) | SYSCFG_VDDIO2CCCR_CS)); in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1589 …MODIFY_REG(SYSCFG->VDDIO3CCCR, 0x2FFU, ((NmosValue | (PmosValue << (4U))) | SYSCFG_VDDIO3CCCR_CS)); in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1594 …MODIFY_REG(SYSCFG->VDDIO4CCCR, 0x2FFU, ((NmosValue) | (PmosValue << (4U)) | SYSCFG_VDDIO4CCCR_CS)); in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1599 …MODIFY_REG(SYSCFG->VDDIO5CCCR, 0x2FFU, ((NmosValue | (PmosValue << (4U))) | SYSCFG_VDDIO5CCCR_CS)); in HAL_SYSCFG_ConfigVDDIOCompensationCell() 1796 HAL_StatusTypeDef HAL_SYSCFG_ConfigVDDCompensationCell(uint32_t Code, uint32_t NmosValue, uint32_t … in HAL_SYSCFG_ConfigVDDCompensationCell() argument 1806 assert_param(IS_SYSCFG_IO_COMPENSATION_CELL_NMOS_VALUE(NmosValue)); in HAL_SYSCFG_ConfigVDDCompensationCell() 1809 MODIFY_REG(SYSCFG->VDDCCCR, 0xFFU, ((NmosValue | (PmosValue << (4U))) | SYSCFG_VDDCCCR_CS)); in HAL_SYSCFG_ConfigVDDCompensationCell()
|
/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 781 assert_param(IS_SYSCFG_COMPENSATION_CELL_NMOS_VALUE(NmosValue)); in HAL_SYSCFG_ConfigCompensationCell() 786 …MODIFY_REG(SYSCFG->CCCR, (0xFFU << offset), ((NmosValue << offset) | (PmosValue << (offset + 4U)))… in HAL_SYSCFG_ConfigCompensationCell()
|
/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 893 assert_param(IS_SBS_IO_COMPENSATION_CELL_NMOS_VALUE(NmosValue)); in HAL_SBS_ConfigCompensationCell() 898 …MODIFY_REG(SBS->CCSWVALR, (0xFFU << offset), ((NmosValue << offset) | (PmosValue << (offset + 4U))… in HAL_SBS_ConfigCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal.h | 934 uint32_t NmosValue, uint32_t PmosValue); 945 HAL_StatusTypeDef HAL_SYSCFG_ConfigVDDCompensationCell(uint32_t Code, uint32_t NmosValue, uint32_t …
|
/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,
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal.h | 688 … HAL_SBS_ConfigCompensationCell(uint32_t Selection, uint32_t Code, uint32_t NmosValue,
|