/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_otfdec.c | 187 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_Init() 233 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_DeInit() 559 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionKeyLock() 593 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetKey() 662 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetMode() 702 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionConfig() 763 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_ConfigAttributes() 890 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_Cipher() 936 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionEnable() 977 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionDisable() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_otfdec.c | 187 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_Init() 233 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_DeInit() 559 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionKeyLock() 593 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetKey() 662 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetMode() 702 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionConfig() 763 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_ConfigAttributes() 890 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_Cipher() 933 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionEnable() 974 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionDisable() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_otfdec.c | 187 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_Init() 233 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_DeInit() 559 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionKeyLock() 593 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetKey() 662 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetMode() 702 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionConfig() 763 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_ConfigAttributes() 890 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_Cipher() 933 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionEnable() 974 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionDisable() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_otfdec.c | 183 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_Init() 229 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_DeInit() 555 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionKeyLock() 589 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetKey() 662 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionSetMode() 702 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionConfig() 812 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionEnable() 853 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionDisable() 924 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionGetKeyCRC() 952 assert_param(IS_OTFDEC_ALL_INSTANCE(hotfdec->Instance)); in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l562xx.h | 20106 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == OTFDEC1_S) macro 20698 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == OTFDEC1_NS) macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7b0xx.h | 22357 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
D | stm32h7b0xxq.h | 22369 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
D | stm32h7b3xx.h | 22364 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
D | stm32h7b3xxq.h | 22376 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
D | stm32h730xxq.h | 24087 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
D | stm32h733xx.h | 24075 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
D | stm32h730xx.h | 24075 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
D | stm32h735xx.h | 24087 #define IS_OTFDEC_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == OTFDEC1) || \ macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 21358 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S)) macro
|
D | stm32u585xx.h | 24568 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S) … macro
|
D | stm32u5a5xx.h | 25879 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S) … macro
|
D | stm32u5g7xx.h | 27560 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S) … macro
|
D | stm32u5a9xx.h | 29713 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S) … macro
|
D | stm32u5g9xx.h | 30713 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S) … macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h533xx.h | 20187 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S)) macro
|
D | stm32h573xx.h | 23867 #define IS_OTFDEC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OTFDEC1_NS) || ((INSTANCE) == OTFDEC1_S)) macro
|