| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_spi_ex.c | 89 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init() 115 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
|
| D | stm32l1xx_hal_smartcard.c | 1257 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig() 1278 …((uint32_t)(USART_CR2_CLKEN | hsc->Init.CLKPolarity | hsc->Init.CLKPhase| hsc->Init.CLKLastBit)) ); in SMARTCARD_SetConfig()
|
| D | stm32l1xx_hal_usart.c | 1838 assert_param(IS_USART_PHASE(husart->Init.CLKPhase)); in USART_SetConfig() 1859 …((uint32_t)(USART_CLOCK_ENABLE| husart->Init.CLKPolarity | husart->Init.CLKPhase| husart->Init.CLK… in USART_SetConfig()
|
| /loramac-node-latest/src/boards/NucleoL476/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/SKiM980A/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/NucleoL152/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/NucleoL073/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/SKiM880B/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/SKiM881AXL/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/NAMote72/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
| D | spi-board.c | 102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_spi.h | 77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32l1xx_hal_smartcard.h | 91 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| D | stm32l1xx_hal_usart.h | 91 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_spi.h | 77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32l0xx_hal_usart.h | 88 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| D | stm32l0xx_hal_smartcard.h | 87 …uint16_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_spi.h | 77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32l4xx_hal_usart.h | 92 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| D | stm32l4xx_hal_smartcard.h | 88 …uint16_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_smartcard.c | 1671 assert_param(IS_SMARTCARD_PHASE(hsmartcard->Init.CLKPhase)); in SMARTCARD_SetConfig() 1699 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
|
| D | stm32l0xx_hal_spi.c | 252 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init() 278 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
|
| D | stm32l0xx_hal_usart.c | 2088 assert_param(IS_USART_PHASE(husart->Init.CLKPhase)); in USART_SetConfig() 2114 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_smartcard.c | 2410 assert_param(IS_SMARTCARD_PHASE(hsmartcard->Init.CLKPhase)); in SMARTCARD_SetConfig() 2438 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
|
| D | stm32l4xx_hal_usart.c | 2941 assert_param(IS_USART_PHASE(husart->Init.CLKPhase)); in USART_SetConfig() 2970 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
|