/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_spi.h | 250 #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/ |
D | stm32u0xx_ll_spi.h | 250 #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()
|
D | stm32u0xx_hal_spi.h | 329 #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/ |
D | stm32l4xx_ll_spi.h | 263 #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/ |
D | stm32l5xx_ll_spi.h | 250 #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/ |
D | stm32l0xx_ll_spi.h | 239 #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()
|
D | stm32l0xx_hal_spi.h | 296 #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/ |
D | stm32f2xx_ll_spi.h | 252 #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()
|
D | stm32f2xx_hal_spi.h | 296 #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/ |
D | stm32f1xx_ll_spi.h | 244 #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()
|
D | stm32f1xx_hal_spi.h | 294 #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/ |
D | stm32f4xx_ll_spi.h | 239 #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()
|
D | stm32f4xx_hal_spi.h | 296 #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/ |
D | stm32l1xx_ll_spi.h | 242 #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()
|
D | stm32l1xx_hal_spi.h | 299 #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/ |
D | stm32f0xx_ll_spi.h | 250 #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()
|
D | stm32f0xx_hal_spi.h | 329 #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/ |
D | stm32f7xx_ll_spi.h | 250 #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/ |
D | stm32g0xx_ll_spi.h | 250 #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/ |
D | stm32c0xx_ll_spi.h | 250 #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()
|
D | stm32c0xx_hal_spi.h | 329 #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/ |
D | stm32wb0x_ll_spi.h | 250 #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/ |
D | stm32f3xx_ll_spi.h | 250 #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/ |
D | stm32wlxx_ll_spi.h | 250 #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/ |
D | stm32g4xx_ll_spi.h | 263 #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()
|