Searched refs:pNmosValue (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal.c | 1663 …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/ |
D | stm32wbaxx_hal.c | 806 …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/ |
D | stm32h7rsxx_hal.c | 919 …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/ |
D | stm32n6xx_hal.h | 936 …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/ |
D | stm32wbaxx_hal.h | 664 …usTypeDef HAL_SYSCFG_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNmosValue,
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal.h | 690 …usTypeDef HAL_SBS_GetCompensationCell(uint32_t Selection, uint32_t *pCode, uint32_t *pNmosValue,
|