STM32H735xx HAL User Manual
Functions
Peripheral State and Status functions
OTFDEC Exported Functions

Peripheral State functions. More...

Functions

HAL_OTFDEC_StateTypeDef HAL_OTFDEC_GetState (OTFDEC_HandleTypeDef *hotfdec)
 Return the OTFDEC state.
uint32_t HAL_OTFDEC_RegionGetKeyCRC (OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex)
 Return region keys CRC.
HAL_StatusTypeDef HAL_OTFDEC_RegionGetConfig (OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, OTFDEC_RegionConfigTypeDef *Config)
 Return region configuration parameters.

Detailed Description

Peripheral State functions.

  ==============================================================================
                      ##### Peripheral State functions #####
  ==============================================================================
    [..]
    This subsection permits to get in run-time the status of the peripheral.


Function Documentation

Return the OTFDEC state.

Parameters:
hotfdecpointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module
Return values:
HALstate

Definition at line 905 of file stm32h7xx_hal_otfdec.c.

References __OTFDEC_HandleTypeDef::State.

HAL_StatusTypeDef HAL_OTFDEC_RegionGetConfig ( OTFDEC_HandleTypeDef hotfdec,
uint32_t  RegionIndex,
OTFDEC_RegionConfigTypeDef Config 
)

Return region configuration parameters.

Parameters:
hotfdecpointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module
RegionIndexindex of region the configuration of which is read
Configpointer on structure that will be filled up with the region configuration parameters
Return values:
HALstate

Definition at line 946 of file stm32h7xx_hal_otfdec.c.

References assert_param, OTFDEC_RegionConfigTypeDef::EndAddress, __OTFDEC_HandleTypeDef::Instance, IS_OTFDEC_REGIONINDEX, OTFDEC_RegionConfigTypeDef::Nonce, OTFDEC_RegionConfigTypeDef::StartAddress, and OTFDEC_RegionConfigTypeDef::Version.

uint32_t HAL_OTFDEC_RegionGetKeyCRC ( OTFDEC_HandleTypeDef hotfdec,
uint32_t  RegionIndex 
)

Return region keys CRC.

Parameters:
hotfdecpointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module
RegionIndexindex of region the keys CRC of which is read
Return values:
KeyCRC

Definition at line 918 of file stm32h7xx_hal_otfdec.c.

References assert_param, __OTFDEC_HandleTypeDef::Instance, and IS_OTFDEC_REGIONINDEX.

Referenced by HAL_OTFDEC_RegionSetKey().