Home
last modified time | relevance | path

Searched refs:CLKLastBit (Results 1 – 12 of 12) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_smartcard.c1258 assert_param(IS_SMARTCARD_LASTBIT(hsc->Init.CLKLastBit)); in SMARTCARD_SetConfig()
1278 …((uint32_t)(USART_CR2_CLKEN | hsc->Init.CLKPolarity | hsc->Init.CLKPhase| hsc->Init.CLKLastBit)) ); in SMARTCARD_SetConfig()
Dstm32l1xx_hal_usart.c1839 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()
1859 …ENABLE| husart->Init.CLKPolarity | husart->Init.CLKPhase| husart->Init.CLKLastBit | husart->Init.S… in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_smartcard.h94 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
Dstm32l1xx_hal_usart.h94 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart.h91 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
Dstm32l0xx_hal_smartcard.h90 …uint16_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h95 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
Dstm32l4xx_hal_smartcard.h91 …uint16_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smartcard.c1672 assert_param(IS_SMARTCARD_LASTBIT(hsmartcard->Init.CLKLastBit)); in SMARTCARD_SetConfig()
1699 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
Dstm32l0xx_hal_usart.c2089 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()
2115 tmpreg |= ((uint32_t)husart->Init.CLKLastBit | (uint32_t)husart->Init.StopBits); in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smartcard.c2411 assert_param(IS_SMARTCARD_LASTBIT(hsmartcard->Init.CLKLastBit)); in SMARTCARD_SetConfig()
2438 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
Dstm32l4xx_hal_usart.c2942 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()
2969 tmpreg |= (uint32_t)husart->Init.CLKLastBit; in USART_SetConfig()