Home
last modified time | relevance | path

Searched refs:InitValue (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_crc.h100 …uint32_t InitValue; /*!< Init value to initiate CRC computation. No need to specif… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_crc.h101 …uint32_t InitValue; /*!< Init value to initiate CRC computation. No need to specif… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_crc.c179 WRITE_REG(hcrc->Instance->INIT, hcrc->Init.InitValue); in HAL_CRC_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_crc.c167 WRITE_REG(hcrc->Instance->INIT, hcrc->Init.InitValue); in HAL_CRC_Init()