/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_gfxtim.c | 896 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()
|
D | stm32h7rsxx_hal_mdf.c | 859 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()
|
D | stm32h7rsxx_hal_rtc_ex.c | 1328 …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/ |
D | stm32n6xx_hal_gfxtim.c | 896 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()
|
D | stm32n6xx_hal_bsec.c | 1334 …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()
|
D | stm32n6xx_hal_mdf.c | 1138 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()
|
D | stm32n6xx_hal_rtc_ex.c | 1318 …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/ |
D | stm32u5xx_hal_gfxtim.c | 896 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()
|
D | stm32u5xx_hal_mdf.c | 1142 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/ |
D | stm32h7rsxx_hal_gfxtim.h | 833 uint32_t *pValue); 860 uint32_t *pValue);
|
D | stm32h7rsxx_hal_mdf.h | 598 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue);
|
D | stm32h7rsxx_hal_rtc_ex.h | 1507 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_gfxtim.h | 833 uint32_t *pValue); 860 uint32_t *pValue);
|
D | stm32u5xx_hal_mdf.h | 849 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_gfxtim.h | 833 uint32_t *pValue); 860 uint32_t *pValue);
|
D | stm32n6xx_hal_bsec.h | 363 …ScratchValue(BSEC_HandleTypeDef * hbsec, const BSEC_ScratchRegTypeDef *pRegAddr, uint32_t *pValue);
|
D | stm32n6xx_hal_mdf.h | 843 HAL_StatusTypeDef HAL_MDF_GetAcqValue(const MDF_HandleTypeDef *hmdf, int32_t *pValue);
|
D | stm32n6xx_hal_rtc_ex.h | 1555 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_subghz.c | 944 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/ |
D | stm32wlxx_hal_subghz.h | 381 …sTypeDef HAL_SUBGHZ_ReadRegister(SUBGHZ_HandleTypeDef *hsubghz, uint16_t Address, uint8_t *pValue);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rtc_ex.c | 1289 …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/ |
D | stm32h5xx_hal_rtc_ex.c | 1339 …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/ |
D | stm32wbaxx_hal_rtc_ex.h | 1538 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc_ex.h | 1632 … HAL_RTCEx_MonotonicCounterGet(const RTC_HandleTypeDef *hrtc, uint32_t Instance, uint32_t *pValue);
|