STM32H735xx HAL User Manual
|
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. |
Return the OTFDEC state.
hotfdec | pointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module |
HAL | state |
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.
hotfdec | pointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module |
RegionIndex | index of region the configuration of which is read |
Config | pointer on structure that will be filled up with the region configuration parameters |
HAL | state |
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.
hotfdec | pointer to an OTFDEC_HandleTypeDef structure that contains the configuration information for OTFDEC module |
RegionIndex | index of region the keys CRC of which is read |
Key | CRC |
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().