Home
last modified time | relevance | path

Searched refs:SPI_IER_OVRIE (Results 1 – 25 of 78) sorted by relevance

1234

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_spi.h187 #define LL_SPI_IER_OVRIE (SPI_IER_OVRIE)
2052 SET_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_EnableIT_OVR()
2162 CLEAR_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_DisableIT_OVR()
2272 return ((READ_BIT(SPIx->IER, SPI_IER_OVRIE) == (SPI_IER_OVRIE)) ? 1UL : 0UL); in LL_SPI_IsEnabledIT_OVR()
Dstm32u5xx_hal_spi.h599 #define SPI_IT_OVR SPI_IER_OVRIE
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_spi.h178 #define LL_SPI_IER_OVRIE (SPI_IER_OVRIE)
2047 SET_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_EnableIT_OVR()
2157 CLEAR_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_DisableIT_OVR()
2267 return ((READ_BIT(SPIx->IER, SPI_IER_OVRIE) == (SPI_IER_OVRIE)) ? 1UL : 0UL); in LL_SPI_IsEnabledIT_OVR()
Dstm32wbaxx_hal_spi.h599 #define SPI_IT_OVR SPI_IER_OVRIE
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h175 #define LL_SPI_IER_OVRIE (SPI_IER_OVRIE)
2053 SET_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_EnableIT_OVR()
2174 CLEAR_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_DisableIT_OVR()
2295 return ((READ_BIT(SPIx->IER, SPI_IER_OVRIE) == (SPI_IER_OVRIE)) ? 1UL : 0UL); in LL_SPI_IsEnabledIT_OVR()
Dstm32h7xx_hal_i2s.h316 #define I2S_IT_OVR SPI_IER_OVRIE
318 #define I2S_IT_ERR (SPI_IER_UDRIE | SPI_IER_OVRIE | SPI_IER_TIFREIE)
Dstm32h7xx_hal_spi.h608 #define SPI_IT_OVR SPI_IER_OVRIE
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h175 #define LL_SPI_IER_OVRIE (SPI_IER_OVRIE)
2053 SET_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_EnableIT_OVR()
2174 CLEAR_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_DisableIT_OVR()
2295 return ((READ_BIT(SPIx->IER, SPI_IER_OVRIE) == (SPI_IER_OVRIE)) ? 1UL : 0UL); in LL_SPI_IsEnabledIT_OVR()
Dstm32mp1xx_hal_spi.h608 #define SPI_IT_OVR SPI_IER_OVRIE
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h174 #define LL_SPI_IER_OVRIE (SPI_IER_OVRIE)
1965 SET_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_EnableIT_OVR()
2075 CLEAR_BIT(SPIx->IER, SPI_IER_OVRIE); in LL_SPI_DisableIT_OVR()
2185 return ((READ_BIT(SPIx->IER, SPI_IER_OVRIE) == (SPI_IER_OVRIE)) ? 1UL : 0UL); in LL_SPI_IsEnabledIT_OVR()
Dstm32h5xx_hal_i2s.h316 #define I2S_IT_OVR SPI_IER_OVRIE
318 #define I2S_IT_ERR (SPI_IER_UDRIE | SPI_IER_OVRIE | SPI_IER_TIFREIE)
Dstm32h5xx_hal_spi.h599 #define SPI_IT_OVR SPI_IER_OVRIE
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h7416 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interru… macro
Dstm32wba52xx.h11414 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interru… macro
Dstm32wba54xx.h12121 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interru… macro
Dstm32wba55xx.h12139 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interru… macro
/hal_stm32-3.5.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h13097 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interru… macro
/hal_stm32-3.5.0/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h20768 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interru… macro
Dstm32u535xx.h20172 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interru… macro
/hal_stm32-3.5.0/stm32cube/stm32h7xx/soc/
Dstm32h7b3xx.h17316 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interrupt en… macro
Dstm32h7a3xx.h16829 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interrupt en… macro
Dstm32h7b3xxq.h17328 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interrupt en… macro
Dstm32h7b0xx.h17309 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interrupt en… macro
Dstm32h7b0xxq.h17321 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interrupt en… macro
Dstm32h7a3xxq.h16841 #define SPI_IER_OVRIE SPI_IER_OVRIE_Msk /*!<OVR interrupt en… macro

1234