Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c1664 uint32_t *pPmosValue) in HAL_SYSCFG_GetVDDIOCompensationCell() argument
1673 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetVDDIOCompensationCell()
1742 *pPmosValue = ((values & 0xF0U) >> 4U); in HAL_SYSCFG_GetVDDIOCompensationCell()
1850 uint32_t *pPmosValue) in HAL_SYSCFG_GetVDDCompensationCell() argument
1858 if ((pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetVDDCompensationCell()
1870 *pPmosValue = ((values >> 4U) & 0xFU); in HAL_SYSCFG_GetVDDCompensationCell()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c807 uint32_t *pPmosValue) in HAL_SYSCFG_GetCompensationCell() argument
814 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetCompensationCell()
822 *pPmosValue = ((reg >> (offset + 4U)) & 0xFU); in HAL_SYSCFG_GetCompensationCell()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c920 uint32_t *pPmosValue) in HAL_SBS_GetCompensationCell() argument
927 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SBS_GetCompensationCell()
935 *pPmosValue = ((reg >> (offset + 4U)) & 0xFU); in HAL_SBS_GetCompensationCell()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h937 uint32_t *pPmosValue);
951 uint32_t *pPmosValue);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h665 uint32_t *pPmosValue);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h691 uint32_t *pPmosValue);