Home
last modified time | relevance | path

Searched refs:SPI_CR1_CRCEN (Results 1 – 25 of 269) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32u0xx_hal_spi.h329 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
580 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\
581 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0U)
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_spi.h263 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
713 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
725 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
737 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_spi.h239 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
590 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
602 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
614 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32l0xx_hal_spi.h296 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
491 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\
492 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0U)
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_spi.h252 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
603 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
615 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
627 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32f2xx_hal_spi.h296 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
494 CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN); \
495 SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN); \
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_spi.h244 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
568 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
580 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
592 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32f1xx_hal_spi.h294 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
488 CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN); \
489 SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN); \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_spi.h239 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
590 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
602 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
614 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32f4xx_hal_spi.h296 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
491 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\
492 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0U)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_spi.h242 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
595 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
607 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
619 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32l1xx_hal_spi.h299 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
499 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\
500 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0U)
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32f0xx_hal_spi.h329 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
580 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\
581 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0U)
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
Dstm32c0xx_hal_spi.h329 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN
580 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\
581 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0U)
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_spi.h250 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
700 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
712 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
724 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_spi.h263 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled …
713 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC()
725 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC()
737 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()

1234567891011