Home
last modified time | relevance | path

Searched refs:FW_CR_FPA (Results 1 – 25 of 40) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_firewall.h111 #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/
Dstm32l4xx_hal_firewall.h109 #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/
Dstm32l0xx_hal_firewall.c244 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/
Dstm32l4xx_hal_firewall.c248 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/
Dstm32l051xx.h3129 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l081xx.h3303 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l071xx.h3175 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l052xx.h3418 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l062xx.h3546 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l053xx.h3560 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l072xx.h3563 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l073xx.h3705 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l083xx.h3833 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l063xx.h3688 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l082xx.h3691 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h4954 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l412xx.h4738 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l433xx.h8519 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l451xx.h8693 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l442xx.h8655 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l431xx.h8436 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l432xx.h8439 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l443xx.h8735 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l471xx.h9391 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
Dstm32l452xx.h8753 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro

12