Home
last modified time | relevance | path

Searched refs:SPI_CR1_CRC33_17 (Results 1 – 25 of 91) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_spi.h1005 SET_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_EnableFullSizeCRC()
1016 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_DisableFullSizeCRC()
1027 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRC33_17) == (SPI_CR1_CRC33_17)) ? 1UL : 0UL); in LL_SPI_IsEnabledFullSizeCRC()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_spi.h1000 SET_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_EnableFullSizeCRC()
1011 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_DisableFullSizeCRC()
1022 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRC33_17) == (SPI_CR1_CRC33_17)) ? 1UL : 0UL); in LL_SPI_IsEnabledFullSizeCRC()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h918 SET_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_EnableFullSizeCRC()
929 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_DisableFullSizeCRC()
940 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRC33_17) == (SPI_CR1_CRC33_17)) ? 1UL : 0UL); in LL_SPI_IsEnabledFullSizeCRC()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h955 SET_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_EnableFullSizeCRC()
966 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_DisableFullSizeCRC()
977 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRC33_17) == (SPI_CR1_CRC33_17)) ? 1UL : 0UL); in LL_SPI_IsEnabledFullSizeCRC()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_spi.h918 SET_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_EnableFullSizeCRC()
929 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_DisableFullSizeCRC()
940 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRC33_17) == (SPI_CR1_CRC33_17)) ? 1UL : 0UL); in LL_SPI_IsEnabledFullSizeCRC()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h955 SET_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_EnableFullSizeCRC()
966 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_DisableFullSizeCRC()
977 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRC33_17) == (SPI_CR1_CRC33_17)) ? 1UL : 0UL); in LL_SPI_IsEnabledFullSizeCRC()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_spi.h918 SET_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_EnableFullSizeCRC()
929 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRC33_17); in LL_SPI_DisableFullSizeCRC()
940 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRC33_17) == (SPI_CR1_CRC33_17)) ? 1UL : 0UL); in LL_SPI_IsEnabledFullSizeCRC()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_spi.c447 SET_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
451 CLEAR_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_spi.c430 SET_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
434 CLEAR_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_spi.c449 SET_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
453 CLEAR_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_spi.c454 SET_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
461 CLEAR_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_spi.c454 SET_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
461 CLEAR_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spi.c435 SET_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
442 CLEAR_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_spi.c456 SET_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
463 CLEAR_BIT(hspi->Instance->CR1, SPI_CR1_CRC33_17); in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h7267 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro
Dstm32wba52xx.h11270 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro
Dstm32wba54xx.h11978 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro
Dstm32wba5mxx.h11996 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro
Dstm32wba55xx.h11996 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12484 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro
Dstm32h523xx.h18470 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h16763 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC polyn… macro
Dstm32h7b0xx.h17243 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC polyn… macro
Dstm32h7b0xxq.h17255 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC polyn… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h20601 #define SPI_CR1_CRC33_17 SPI_CR1_CRC33_17_Msk /*!<32-bit CRC … macro

1234