Searched refs:PmosValue (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal.c | 1559 uint32_t PmosValue) in HAL_SYSCFG_ConfigVDDIOCompensationCell() argument 1571 assert_param(IS_SYSCFG_IO_COMPENSATION_CELL_PMOS_VALUE(PmosValue)); 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 …TypeDef HAL_SYSCFG_ConfigVDDCompensationCell(uint32_t Code, uint32_t NmosValue, uint32_t PmosValue) in HAL_SYSCFG_ConfigVDDCompensationCell() argument 1807 assert_param(IS_SYSCFG_IO_COMPENSATION_CELL_PMOS_VALUE(PmosValue)); 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 …G_ConfigCompensationCell(uint32_t Selection, uint32_t Code, uint32_t NmosValue, uint32_t PmosValue) in HAL_SYSCFG_ConfigCompensationCell() argument 782 assert_param(IS_SYSCFG_COMPENSATION_CELL_PMOS_VALUE(PmosValue)); 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 …S_ConfigCompensationCell(uint32_t Selection, uint32_t Code, uint32_t NmosValue, uint32_t PmosValue) in HAL_SBS_ConfigCompensationCell() argument 894 assert_param(IS_SBS_IO_COMPENSATION_CELL_PMOS_VALUE(PmosValue)); 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 …ypeDef HAL_SYSCFG_ConfigVDDCompensationCell(uint32_t Code, uint32_t NmosValue, uint32_t PmosValue);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal.h | 663 uint32_t PmosValue);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal.h | 689 uint32_t PmosValue);
|