Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c896 uint32_t *pValue) in HAL_GFXTIM_AbsoluteTimer_GetCounter() argument
900 if ((hgfxtim == NULL) || (pValue == NULL)) in HAL_GFXTIM_AbsoluteTimer_GetCounter()
915 *pValue = READ_REG(hgfxtim->Instance->ATR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
918 *pValue = READ_REG(hgfxtim->Instance->AFCR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
922 *pValue = READ_REG(hgfxtim->Instance->ALCR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
1358 uint32_t *pValue) in HAL_GFXTIM_RelativeTimer_GetCounter() argument
1362 if ((hgfxtim == NULL) || (pValue == NULL)) in HAL_GFXTIM_RelativeTimer_GetCounter()
1377 *pValue = READ_REG(hgfxtim->Instance->RFC1R); in HAL_GFXTIM_RelativeTimer_GetCounter()
1382 *pValue = READ_REG(hgfxtim->Instance->RFC2R); in HAL_GFXTIM_RelativeTimer_GetCounter()
Dstm32h7rsxx_hal_mdf.c859 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue) in HAL_MDF_GetAcqValue() argument
864 if (pValue == NULL) in HAL_MDF_GetAcqValue()
883 *pValue = (int32_t) hmdf->Instance->DFLTDR; in HAL_MDF_GetAcqValue()
Dstm32h7rsxx_hal_rtc_ex.c1328 …f HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue) in HAL_RTCEx_MonotonicCounterGet() argument
1336 *pValue = READ_REG(TAMP->COUNT1R); in HAL_RTCEx_MonotonicCounterGet()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxtim.c896 uint32_t *pValue) in HAL_GFXTIM_AbsoluteTimer_GetCounter() argument
900 if ((hgfxtim == NULL) || (pValue == NULL)) in HAL_GFXTIM_AbsoluteTimer_GetCounter()
915 *pValue = READ_REG(hgfxtim->Instance->ATR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
918 *pValue = READ_REG(hgfxtim->Instance->AFCR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
922 *pValue = READ_REG(hgfxtim->Instance->ALCR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
1358 uint32_t *pValue) in HAL_GFXTIM_RelativeTimer_GetCounter() argument
1362 if ((hgfxtim == NULL) || (pValue == NULL)) in HAL_GFXTIM_RelativeTimer_GetCounter()
1377 *pValue = READ_REG(hgfxtim->Instance->RFC1R); in HAL_GFXTIM_RelativeTimer_GetCounter()
1382 *pValue = READ_REG(hgfxtim->Instance->RFC2R); in HAL_GFXTIM_RelativeTimer_GetCounter()
Dstm32n6xx_hal_bsec.c1334 …dScratchValue(BSEC_HandleTypeDef * hbsec, const BSEC_ScratchRegTypeDef *pRegAddr, uint32_t *pValue) in HAL_BSEC_ReadScratchValue() argument
1343 if ((pRegAddr == NULL) || (pValue == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_ReadScratchValue()
1357 *pValue = hbsec->Instance->SCRATCHRx[pRegAddr->RegNumber]; in HAL_BSEC_ReadScratchValue()
1369 *pValue = hbsec->Instance->WOSCRx[pRegAddr->RegNumber]; in HAL_BSEC_ReadScratchValue()
Dstm32n6xx_hal_mdf.c1138 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue) in HAL_MDF_GetAcqValue() argument
1143 if (pValue == NULL) in HAL_MDF_GetAcqValue()
1162 *pValue = (int32_t) hmdf->Instance->DFLTDR; in HAL_MDF_GetAcqValue()
Dstm32n6xx_hal_rtc_ex.c1318 …f HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue) in HAL_RTCEx_MonotonicCounterGet() argument
1326 *pValue = READ_REG(TAMP->COUNT1R); in HAL_RTCEx_MonotonicCounterGet()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c896 uint32_t *pValue) in HAL_GFXTIM_AbsoluteTimer_GetCounter() argument
900 if ((hgfxtim == NULL) || (pValue == NULL)) in HAL_GFXTIM_AbsoluteTimer_GetCounter()
915 *pValue = READ_REG(hgfxtim->Instance->ATR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
918 *pValue = READ_REG(hgfxtim->Instance->AFCR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
922 *pValue = READ_REG(hgfxtim->Instance->ALCR); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
1358 uint32_t *pValue) in HAL_GFXTIM_RelativeTimer_GetCounter() argument
1362 if ((hgfxtim == NULL) || (pValue == NULL)) in HAL_GFXTIM_RelativeTimer_GetCounter()
1377 *pValue = READ_REG(hgfxtim->Instance->RFC1R); in HAL_GFXTIM_RelativeTimer_GetCounter()
1382 *pValue = READ_REG(hgfxtim->Instance->RFC2R); in HAL_GFXTIM_RelativeTimer_GetCounter()
Dstm32u5xx_hal_mdf.c1142 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue) in HAL_MDF_GetAcqValue() argument
1147 if (pValue == NULL) in HAL_MDF_GetAcqValue()
1166 *pValue = (int32_t) hmdf->Instance->DFLTDR; in HAL_MDF_GetAcqValue()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxtim.h833 uint32_t *pValue);
860 uint32_t *pValue);
Dstm32h7rsxx_hal_mdf.h598 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue);
Dstm32h7rsxx_hal_rtc_ex.h1507 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxtim.h833 uint32_t *pValue);
860 uint32_t *pValue);
Dstm32u5xx_hal_mdf.h849 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxtim.h833 uint32_t *pValue);
860 uint32_t *pValue);
Dstm32n6xx_hal_bsec.h363 …ScratchValue(BSEC_HandleTypeDef * hbsec, const BSEC_ScratchRegTypeDef *pRegAddr, uint32_t *pValue);
Dstm32n6xx_hal_mdf.h843 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue);
Dstm32n6xx_hal_rtc_ex.h1555 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_subghz.c944 uint8_t *pValue) in HAL_SUBGHZ_ReadRegister() argument
946 return (HAL_SUBGHZ_ReadRegisters(hsubghz, Address, pValue, 1U)); in HAL_SUBGHZ_ReadRegister()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_subghz.h381 …sTypeDef HAL_SUBGHZ_ReadRegister(SUBGHZ_HandleTypeDef *hsubghz, uint16_t Address, uint8_t *pValue);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c1289 …f HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue) in HAL_RTCEx_MonotonicCounterGet() argument
1297 *pValue = READ_REG(TAMP->COUNT1R); in HAL_RTCEx_MonotonicCounterGet()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c1339 …f HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue) in HAL_RTCEx_MonotonicCounterGet() argument
1347 *pValue = READ_REG(TAMP->COUNT1R); in HAL_RTCEx_MonotonicCounterGet()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h1538 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc_ex.h1632 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);