Home
last modified time | relevance | path

Searched refs:AutoRetryCount (Results 1 – 25 of 60) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_usart.h1927 …TIC_INLINE void LL_USART_SetSmartcardAutoRetryCount(USART_TypeDef *USARTx, uint32_t AutoRetryCount) in LL_USART_SetSmartcardAutoRetryCount() argument
1929 MODIFY_REG(USARTx->CR3, USART_CR3_SCARCNT, AutoRetryCount << USART_CR3_SCARCNT_Pos); in LL_USART_SetSmartcardAutoRetryCount()
Dstm32l0xx_hal_smartcard.h105 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_usart.h1894 …TIC_INLINE void LL_USART_SetSmartcardAutoRetryCount(USART_TypeDef *USARTx, uint32_t AutoRetryCount) in LL_USART_SetSmartcardAutoRetryCount() argument
1896 MODIFY_REG(USARTx->CR3, USART_CR3_SCARCNT, AutoRetryCount << USART_CR3_SCARCNT_Pos); in LL_USART_SetSmartcardAutoRetryCount()
Dstm32f3xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_usart.h1954 …TIC_INLINE void LL_USART_SetSmartcardAutoRetryCount(USART_TypeDef *USARTx, uint32_t AutoRetryCount) in LL_USART_SetSmartcardAutoRetryCount() argument
1956 MODIFY_REG(USARTx->CR3, USART_CR3_SCARCNT, AutoRetryCount << USART_CR3_SCARCNT_Pos); in LL_USART_SetSmartcardAutoRetryCount()
Dstm32f7xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_smartcard.h105 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
Dstm32f0xx_ll_usart.h1952 …TIC_INLINE void LL_USART_SetSmartcardAutoRetryCount(USART_TypeDef *USARTx, uint32_t AutoRetryCount) in LL_USART_SetSmartcardAutoRetryCount() argument
1954 MODIFY_REG(USARTx->CR3, USART_CR3_SCARCNT, AutoRetryCount << USART_CR3_SCARCNT_Pos); in LL_USART_SetSmartcardAutoRetryCount()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_smartcard.c2241 assert_param(IS_SMARTCARD_AUTORETRY_COUNT(hsmartcard->Init.AutoRetryCount)); in SMARTCARD_SetConfig()
2270 tmpreg |= ((uint32_t)hsmartcard->Init.AutoRetryCount << USART_CR3_SCARCNT_Pos); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_smartcard.c2241 assert_param(IS_SMARTCARD_AUTORETRY_COUNT(hsmartcard->Init.AutoRetryCount)); in SMARTCARD_SetConfig()
2270 tmpreg |= ((uint32_t)hsmartcard->Init.AutoRetryCount << USART_CR3_SCARCNT_Pos); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_smartcard.c2242 assert_param(IS_SMARTCARD_AUTORETRY_COUNT(hsmartcard->Init.AutoRetryCount)); in SMARTCARD_SetConfig()
2271 tmpreg |= ((uint32_t)hsmartcard->Init.AutoRetryCount << USART_CR3_SCARCNT_Pos); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_smartcard.c2242 assert_param(IS_SMARTCARD_AUTORETRY_COUNT(hsmartcard->Init.AutoRetryCount)); in SMARTCARD_SetConfig()
2271 tmpreg |= ((uint32_t)hsmartcard->Init.AutoRetryCount << USART_CR3_SCARCNT_Pos); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_smartcard.h102 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_smartcard.h104 …uint8_t AutoRetryCount; /*!< Specifies the SmartCard auto-retry count (number of retri… member

123