Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_crc.c51 #if defined (CRC)
86 if (CRCx == CRC) in LL_CRC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_crc.c51 #if defined (CRC)
86 if (CRCx == CRC) in LL_CRC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_crc.c51 #if defined (CRC)
86 if (CRCx == CRC) in LL_CRC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.c1644 LL_CRC_SetPolynomialCoef(CRC, CRC_POLYNOMIAL_VALUE); in ConfigureCrc()
1645 LL_CRC_SetPolynomialSize(CRC, CRC_POLYNOMIAL_LENGTH); in ConfigureCrc()
1669 LL_CRC_ResetCRCCalculationUnit(CRC); in CalculateCrc()
1672 LL_CRC_FeedData32(CRC, Data); in CalculateCrc()
1673 LL_CRC_FeedData16(CRC, VirtAddress); in CalculateCrc()
1676 return(LL_CRC_ReadData16(CRC)); in CalculateCrc()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_crc.h51 #if defined(CRC)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_crc.h51 #if defined(CRC)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_crc.h51 #if defined(CRC)
/loramac-node-3.4.0/src/apps/LoRaMac/fuota-test-01/
Dreadme.md24 …authentication of the received file. The authentication request contains a CRC of the file, enabli…
25 10. Server checks that the CRC corresponds to the CRC of the file that was sent. If yes, the full t…
940 CRC : ECB2A918
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h47 uint8_t CRC:1; /*!< bit: 2 32-bit Cyclic Redundancy Code */ member
/loramac-node-3.4.0/
DCHANGELOG.md285 - Changed SX126x driver to only process a received packet when there is no CRC error
852 - Changed radio callbacks events to timeout when it is a timeout event and error when it is a CRC e…
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h676 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
6348 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h782 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
7536 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h706 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
7900 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h706 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
7900 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h766 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
7377 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h791 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
8740 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h816 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
9042 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1411 #define CRC ((CRC_TypeDef *) CRC_BASE) macro
17898 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)