/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_fsmc.h | 741 #define __FSMC_PCCARD_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 |= (__INTERRUPT_… 753 #define __FSMC_PCCARD_DISABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 &= ~(__INTERRUP… 766 #define __FSMC_PCCARD_GET_FLAG(__INSTANCE__, __FLAG__) (((__INSTANCE__)->SR4 &(__FLAG__)) == (__FL… 779 #define __FSMC_PCCARD_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->SR4 &= ~(__FLAG__))
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_fsmc.h | 806 #define __FSMC_PCCARD_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 |= (__INTERRUPT_… 818 #define __FSMC_PCCARD_DISABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 &= ~(__INTERRUP… 831 #define __FSMC_PCCARD_GET_FLAG(__INSTANCE__, __FLAG__) (((__INSTANCE__)->SR4 &(__FLAG__)) == (__FL… 844 #define __FSMC_PCCARD_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->SR4 &= ~(__FLAG__))
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_fmc.h | 783 #define __FMC_PCCARD_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 |= (__INTERRUPT__… 795 #define __FMC_PCCARD_DISABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 &= ~(__INTERRUPT… 808 #define __FMC_PCCARD_GET_FLAG(__INSTANCE__, __FLAG__) (((__INSTANCE__)->SR4 &(__FLAG__)) == (__FLA… 821 #define __FMC_PCCARD_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->SR4 &= ~(__FLAG__))
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_fsmc.h | 923 #define __FSMC_PCCARD_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 |= (__INTERRUPT_… 935 #define __FSMC_PCCARD_DISABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 &= ~(__INTERRUP… 948 #define __FSMC_PCCARD_GET_FLAG(__INSTANCE__, __FLAG__) (((__INSTANCE__)->SR4 &(__FLAG__)) == (__FL… 961 #define __FSMC_PCCARD_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->SR4 &= ~(__FLAG__))
|
D | stm32f4xx_ll_fmc.h | 1168 #define __FMC_PCCARD_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 |= (__INTERRUPT__… 1180 #define __FMC_PCCARD_DISABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 &= ~(__INTERRUPT… 1193 #define __FMC_PCCARD_GET_FLAG(__INSTANCE__, __FLAG__) (((__INSTANCE__)->SR4 &(__FLAG__)) == (__FLA… 1206 #define __FMC_PCCARD_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->SR4 &= ~(__FLAG__))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_gtzc.c | 1289 reg_value = READ_REG(GTZC_TZIC->SR4); in HAL_GTZC_TZIC_GetFlag() 1451 sr_flags = READ_REG(GTZC_TZIC_S->SR4); in HAL_GTZC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_gtzc.c | 1641 reg_value = READ_REG(GTZC_TZIC1->SR4); in HAL_GTZC_TZIC_GetFlag() 1799 sr_flags = READ_REG(GTZC_TZIC1_S->SR4); in HAL_GTZC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gtzc.c | 1925 reg_value = READ_REG(GTZC_TZIC1->SR4); in HAL_GTZC_TZIC_GetFlag() 2101 sr_flags = READ_REG(GTZC_TZIC1_S->SR4); in HAL_GTZC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_fsmc.c | 952 Device->SR4 = 0x00000040U; in FSMC_PCCARD_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_fmc.c | 977 Device->SR4 = 0x00000040U; in FMC_PCCARD_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_fsmc.c | 986 Device->SR4 = 0x00000040U; in FSMC_PCCARD_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_fsmc.c | 1035 Device->SR4 = 0x00000040U; in FSMC_PCCARD_DeInit()
|
D | stm32f4xx_ll_fmc.c | 1120 Device->SR4 = 0x00000040U; in FMC_PCCARD_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101xg.h | 404 __IO uint32_t SR4; member
|
D | stm32f101xe.h | 392 __IO uint32_t SR4; member
|
D | stm32f103xe.h | 470 __IO uint32_t SR4; member
|
D | stm32f103xg.h | 476 __IO uint32_t SR4; member
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 417 …__IO uint32_t SR4; /*!< PC Card FIFO status and interrupt register 4, Address offset: … member
|
D | stm32f205xx.h | 416 …__IO uint32_t SR4; /*!< PC Card FIFO status and interrupt register 4, Address offset: … member
|
D | stm32f207xx.h | 512 …__IO uint32_t SR4; /*!< PC Card FIFO status and interrupt register 4, Address offset: … member
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f405xx.h | 420 …__IO uint32_t SR4; /*!< PC Card FIFO status and interrupt register 4, Address offset: … member
|
D | stm32f415xx.h | 419 …__IO uint32_t SR4; /*!< PC Card FIFO status and interrupt register 4, Address offset: … member
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f302xe.h | 437 …__IO uint32_t SR4; /*!< PC Card FIFO status and interrupt register 4, Address offset: … member
|
D | stm32f303xe.h | 449 …__IO uint32_t SR4; /*!< PC Card FIFO status and interrupt register 4, Address offset: … member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 432 __IO uint32_t SR4; /*!< TZIC status register 4, Address offset: 0x1C */ member
|