Home
last modified time | relevance | path

Searched refs:PmosValue (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c1559 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/
Dstm32wbaxx_hal.c770 …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/
Dstm32h7rsxx_hal.c882 …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/
Dstm32n6xx_hal.h934 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/
Dstm32wbaxx_hal.h663 uint32_t PmosValue);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h689 uint32_t PmosValue);