Searched refs:TimeOutValue (Results 1 – 8 of 8) sorted by relevance
115 void HAL_SMARTCARDEx_TimeOut_Config(SMARTCARD_HandleTypeDef *hsc, uint32_t TimeOutValue) in HAL_SMARTCARDEx_TimeOut_Config() argument117 assert_param(IS_SMARTCARD_TIMEOUT_VALUE(hsc->Init.TimeOutValue)); in HAL_SMARTCARDEx_TimeOut_Config()118 MODIFY_REG(hsc->Instance->RTOR, USART_RTOR_RTO, TimeOutValue); in HAL_SMARTCARDEx_TimeOut_Config()
951 assert_param(IS_SMARTCARD_TIMEOUT_VALUE(hsc->Init.TimeOutValue)); in SMARTCARD_SetConfig()952 tmpreg |= (uint32_t) hsc->Init.TimeOutValue; in SMARTCARD_SetConfig()
120 void HAL_SMARTCARDEx_TimeOut_Config(SMARTCARD_HandleTypeDef *hsmartcard, uint32_t TimeOutValue) in HAL_SMARTCARDEx_TimeOut_Config() argument122 assert_param(IS_SMARTCARD_TIMEOUT_VALUE(hsmartcard->Init.TimeOutValue)); in HAL_SMARTCARDEx_TimeOut_Config()123 MODIFY_REG(hsmartcard->Instance->RTOR, USART_RTOR_RTO, TimeOutValue); in HAL_SMARTCARDEx_TimeOut_Config()
1727 assert_param(IS_SMARTCARD_TIMEOUT_VALUE(hsmartcard->Init.TimeOutValue)); in SMARTCARD_SetConfig()1728 tmpreg |= (uint32_t) hsmartcard->Init.TimeOutValue; in SMARTCARD_SetConfig()
155 void HAL_SMARTCARDEx_TimeOut_Config(SMARTCARD_HandleTypeDef *hsc, uint32_t TimeOutValue);
110 …uint32_t TimeOutValue; /*!< Specifies the receiver time out value in number of baud … member
296 … HAL_SMARTCARDEx_TimeOut_Config(SMARTCARD_HandleTypeDef *hsmartcard, uint32_t TimeOutValue);
111 …uint32_t TimeOutValue; /*!< Specifies the receiver time out value in number of baud b… member
Completed in 28 milliseconds