Home
last modified time | relevance | path

Searched refs:pState (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c653 …_StatusTypeDef HAL_BSEC_OTP_GetState(BSEC_HandleTypeDef * hbsec, uint32_t FuseId, uint32_t *pState) in HAL_BSEC_OTP_GetState() argument
667 if ((pState == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_OTP_GetState()
746 *pState = state; in HAL_BSEC_OTP_GetState()
971 HAL_StatusTypeDef HAL_BSEC_GetDeviceLifeCycleState(BSEC_HandleTypeDef * hbsec, uint32_t *pState) in HAL_BSEC_GetDeviceLifeCycleState() argument
982 if ((pState == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_GetDeviceLifeCycleState()
993 *pState = state; in HAL_BSEC_GetDeviceLifeCycleState()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h322 …StatusTypeDef HAL_BSEC_OTP_GetState(BSEC_HandleTypeDef * hbsec, uint32_t FuseId, uint32_t *pState);
340 HAL_StatusTypeDef HAL_BSEC_GetDeviceLifeCycleState(BSEC_HandleTypeDef * hbsec, uint32_t *pState);