Searched refs:FW_CR_FPA (Results 1 – 8 of 8) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_firewall.h | 126 #define FIREWALL_PRE_ARM_SET ((uint32_t)FW_CR_FPA) 184 SET_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 187 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 206 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 209 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 323 #define __HAL_FIREWALL_GET_PREARM() ((FIREWALL->CR & FW_CR_FPA) == FW_CR_FPA)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_firewall.h | 128 #define FIREWALL_PRE_ARM_SET ((uint32_t)FW_CR_FPA) 186 SET_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 189 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 208 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 211 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \ 325 #define __HAL_FIREWALL_GET_PREARM() ((FIREWALL->CR & FW_CR_FPA) == FW_CR_FPA)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_firewall.c | 256 SET_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_EnablePreArmFlag() 282 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_DisablePreArmFlag()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_firewall.c | 265 SET_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_EnablePreArmFlag() 291 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA); in HAL_FIREWALL_DisablePreArmFlag()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 3313 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 3713 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 3571 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 9569 #define FW_CR_FPA FW_CR_FPA_Msk /*!< Firewall Pre Ar… macro
|