Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c1663 …AL_SYSCFG_GetVDDIOCompensationCell(uint32_t Selection, const uint32_t *pCode, uint32_t *pNmosValue, in HAL_SYSCFG_GetVDDIOCompensationCell() argument
1673 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetVDDIOCompensationCell()
1741 *pNmosValue = (values & 0xFU); in HAL_SYSCFG_GetVDDIOCompensationCell()
1849 HAL_StatusTypeDef HAL_SYSCFG_GetVDDCompensationCell(uint32_t Code, uint32_t *pNmosValue, in HAL_SYSCFG_GetVDDCompensationCell() argument
1858 if ((pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetVDDCompensationCell()
1869 *pNmosValue = (values & 0xFU); in HAL_SYSCFG_GetVDDCompensationCell()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c806 …usTypeDef HAL_SYSCFG_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNmosValue, in HAL_SYSCFG_GetCompensationCell() argument
814 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SYSCFG_GetCompensationCell()
821 *pNmosValue = ((reg >> offset) & 0xFU); in HAL_SYSCFG_GetCompensationCell()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c919 …tatusTypeDef HAL_SBS_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNmosValue, in HAL_SBS_GetCompensationCell() argument
927 if ((pCode != NULL) && (pNmosValue != NULL) && (pPmosValue != NULL)) in HAL_SBS_GetCompensationCell()
934 *pNmosValue = ((reg >> offset) & 0xFU); in HAL_SBS_GetCompensationCell()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h936 …AL_SYSCFG_GetVDDIOCompensationCell(uint32_t Selection, const uint32_t *pCode, uint32_t *pNmosValue,
950 HAL_StatusTypeDef HAL_SYSCFG_GetVDDCompensationCell(uint32_t Code, uint32_t *pNmosValue,
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h664 …usTypeDef HAL_SYSCFG_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNmosValue,
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h690 …usTypeDef HAL_SBS_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNmosValue,