Home
last modified time | relevance | path

Searched refs:SMARTCARD_RTOR_BLEN_LSB_POS (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard_ex.c105 …_REG(hsc->Instance->RTOR, USART_RTOR_BLEN, ((uint32_t)BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS)); in HAL_SMARTCARDEx_BlockLength_Config()
A Dstm32f7xx_hal_smartcard.c949 tmpreg = (uint32_t) (hsc->Init.BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS); in SMARTCARD_SetConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard_ex.c109 …martcard->Instance->RTOR, USART_RTOR_BLEN, ((uint32_t)BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS)); in HAL_SMARTCARDEx_BlockLength_Config()
A Dstm32f0xx_hal_smartcard.c1724 tmpreg = ((uint32_t)hsmartcard->Init.BlockLength << SMARTCARD_RTOR_BLEN_LSB_POS); in SMARTCARD_SetConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h510 #define SMARTCARD_RTOR_BLEN_LSB_POS ((uint32_t) 24) macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h550 #define SMARTCARD_RTOR_BLEN_LSB_POS ( 24U) /*!< SMARTCARD block length LSB position in RTO… macro

Completed in 19 milliseconds