Searched refs:SPI_CR1_CRCEN (Results 1 – 17 of 17) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_spi.h | 267 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled … 717 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC() 729 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC() 741 return ((READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)) ? 1UL : 0UL); in LL_SPI_IsEnabledCRC()
|
D | stm32l4xx_hal_spi.h | 346 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN 595 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\ 596 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0U)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_spi.h | 303 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN 483 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\ 484 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0)
|
D | stm32l1xx_ll_spi.h | 258 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation e… 611 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC() 623 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC() 635 return (READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)); in LL_SPI_IsEnabledCRC()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_spi.h | 283 #define SPI_CRCCALCULATION_ENABLE SPI_CR1_CRCEN 575 #define SPI_RESET_CRC(__HANDLE__) do{CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);\ 576 … SET_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_CRCEN);}while(0)
|
D | stm32l0xx_ll_spi.h | 257 #define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation e… 608 SET_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_EnableCRC() 620 CLEAR_BIT(SPIx->CR1, SPI_CR1_CRCEN); in LL_SPI_DisableCRC() 632 return (READ_BIT(SPIx->CR1, SPI_CR1_CRCEN) == (SPI_CR1_CRCEN)); in LL_SPI_IsEnabledCRC()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_spi.c | 68 SPI_CR1_CRCNEXT | SPI_CR1_CRCEN | SPI_CR1_BIDIOE | \
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_spi.c | 69 SPI_CR1_CRCNEXT | SPI_CR1_CRCEN | SPI_CR1_BIDIOE | \
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_spi.c | 69 SPI_CR1_CRCNEXT | SPI_CR1_CRCEN | SPI_CR1_BIDIOE | \
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4962 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC ca… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5469 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC ca… macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 5088 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC ca… macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 5088 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC ca… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 5318 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC ca… macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5653 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC ca… macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5759 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC ca… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 13244 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!<Hardware CRC cal… macro
|