Home
last modified time | relevance | path

Searched refs:CRCPoly (Results 1 – 18 of 18) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_spi.c229 assert_param(IS_LL_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in LL_SPI_Init()
230 LL_SPI_SetCRCPolynomial(SPIx, SPI_InitStruct->CRCPoly); in LL_SPI_Init()
260 SPI_InitStruct->CRCPoly = 7U; in LL_SPI_StructInit()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_spi.c174 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in SPI_Init()
200 SPIx->CRCPOLY = SPI_InitStruct->CRCPoly; in SPI_Init()
351 SPI_InitStruct->CRCPoly = 7; in SPI_InitStruct()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_spi.c174 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in SPI_Init()
200 SPIx->CRCPOLY = SPI_InitStruct->CRCPoly; in SPI_Init()
351 SPI_InitStruct->CRCPoly = 7; in SPI_InitStruct()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_spi.c183 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in SPI_Init()
209 SPIx->CRCPOLY = SPI_InitStruct->CRCPoly; in SPI_Init()
360 SPI_InitStruct->CRCPoly = 7; in SPI_InitStruct()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_spi.c183 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in SPI_Init()
209 SPIx->CRCPOLY = SPI_InitStruct->CRCPoly; in SPI_Init()
360 SPI_InitStruct->CRCPoly = 7; in SPI_InitStruct()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_spi.c174 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in SPI_Init()
200 SPIx->CRCPOLY = SPI_InitStruct->CRCPoly; in SPI_Init()
351 SPI_InitStruct->CRCPoly = 7; in SPI_InitStruct()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_spi.c183 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in SPI_Init()
209 SPIx->CRCPOLY = SPI_InitStruct->CRCPoly; in SPI_Init()
360 SPI_InitStruct->CRCPoly = 7; in SPI_InitStruct()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_spi.c183 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->CRCPoly)); in SPI_Init()
209 SPIx->CRCPOLY = SPI_InitStruct->CRCPoly; in SPI_Init()
360 SPI_InitStruct->CRCPoly = 7; in SPI_InitStruct()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_spi.h102 uint32_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. member
642 __STATIC_INLINE void LL_SPI_SetCRCPolynomial(SPI_TypeDef *SPIx, uint32_t CRCPoly) in LL_SPI_SetCRCPolynomial() argument
644 WRITE_REG(SPIx->CRCPR, (uint16_t)CRCPoly); in LL_SPI_SetCRCPolynomial()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_spi.h90 uint16_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. */ member
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_spi.h90 uint16_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. */ member
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_spi.h90 uint16_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. */ member
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_spi.h90 uint16_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. */ member
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_spi.h90 uint16_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. */ member
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_spi.h90 uint16_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. */ member
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_spi.h90 uint16_t CRCPoly; /*!< Specifies the polynomial used for the CRC calculation. */ member
/bsp/n32/libraries/n32_drivers/
A Ddrv_spi.c153 SPI_InitStructure.CRCPoly = 7; in configure()
/bsp/n32g452xx/Libraries/rt_drivers/
A Ddrv_spi.c217 SPI_InitStructure->CRCPoly = 7; in n32_spi_init()

Completed in 48 milliseconds