Home
last modified time | relevance | path

Searched refs:InputDataFormat (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_crc.c165 assert_param(IS_CRC_INPUTDATA_FORMAT(hcrc->InputDataFormat)); in HAL_CRC_Init()
295 switch (hcrc->InputDataFormat) in HAL_CRC_Accumulate()
351 switch (hcrc->InputDataFormat) in HAL_CRC_Calculate()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_crc.h113 …uint32_t InputDataFormat; /*!< This parameter is a value of @ref CRC_Input_Buffer_F… member