/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_firewall.h | 111 #define FIREWALL_PRE_ARM_SET FW_CR_FPA 169 SET_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 172 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 191 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 194 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 308 #define __HAL_FIREWALL_GET_PREARM() ((FIREWALL->CR & FW_CR_FPA) == FW_CR_FPA)
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_firewall.h | 109 #define FIREWALL_PRE_ARM_SET ((uint32_t)FW_CR_FPA) 167 SET_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 170 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 189 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 192 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 306 #define __HAL_FIREWALL_GET_PREARM() ((FIREWALL->CR & FW_CR_FPA) == FW_CR_FPA)
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_firewall.c | 244 SET_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_EnablePreArmFlag() 270 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_DisablePreArmFlag()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_firewall.c | 248 SET_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_EnablePreArmFlag() 274 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_DisablePreArmFlag()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l051xx.h | 3129 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l081xx.h | 3303 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l071xx.h | 3175 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l052xx.h | 3418 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l062xx.h | 3546 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l053xx.h | 3560 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l072xx.h | 3563 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l073xx.h | 3705 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l083xx.h | 3833 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l063xx.h | 3688 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l082xx.h | 3691 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 4954 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l412xx.h | 4738 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l433xx.h | 8519 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l451xx.h | 8693 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l442xx.h | 8655 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l431xx.h | 8436 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l432xx.h | 8439 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l443xx.h | 8735 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l471xx.h | 9391 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
D | stm32l452xx.h | 8753 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|