Searched refs:INIT (Results 1 – 10 of 10) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_crc.h | 279 WRITE_REG(CRCx->INIT, InitCrc); in LL_CRC_SetInitialData() 292 return (uint32_t)(READ_REG(CRCx->INIT)); in LL_CRC_GetInitialData()
|
D | stm32l0xx_hal_crc.h | 255 #define __HAL_CRC_INITIALCRCVALUE_CONFIG(__HANDLE__, __INIT__) ((__HANDLE__)->Instance->INIT = (__I…
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_crc.h | 279 WRITE_REG(CRCx->INIT, InitCrc); in LL_CRC_SetInitialData() 292 return (uint32_t)(READ_REG(CRCx->INIT)); in LL_CRC_GetInitialData()
|
D | stm32l4xx_hal_crc.h | 255 #define __HAL_CRC_INITIALCRCVALUE_CONFIG(__HANDLE__, __INIT__) ((__HANDLE__)->Instance->INIT = (__I…
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_crc.c | 175 WRITE_REG(hcrc->Instance->INIT, DEFAULT_CRC_INITVALUE); in HAL_CRC_Init() 179 WRITE_REG(hcrc->Instance->INIT, hcrc->Init.InitValue); in HAL_CRC_Init()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_crc.c | 163 WRITE_REG(hcrc->Instance->INIT, DEFAULT_CRC_INITVALUE); in HAL_CRC_Init() 167 WRITE_REG(hcrc->Instance->INIT, hcrc->Init.InitValue); in HAL_CRC_Init()
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 213 __IO uint32_t INIT; /*!< Initial CRC value register, Address offset: 0x1… member
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 196 __IO uint32_t INIT; /*!< Initial CRC value register, Address offset: 0x1… member
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 197 __IO uint32_t INIT; /*!< Initial CRC value register, Address offset: 0x1… member
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 336 …__IO uint32_t INIT; /*!< Initial CRC value register, Address offset: 0x10 … member
|