Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_crc_ex.c159 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode) in HAL_CRCEx_Input_Data_Reverse() argument
162 assert_param(IS_CRC_INPUTDATA_INVERSION_MODE(InputReverseMode)); in HAL_CRCEx_Input_Data_Reverse()
168 MODIFY_REG(hcrc->Instance->CR, CRC_CR_REV_IN, InputReverseMode); in HAL_CRCEx_Input_Data_Reverse()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_crc_ex.h128 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode);