Home
last modified time | relevance | path

Searched refs:CLKPhase (Results 1 – 25 of 26) sorted by relevance

12

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_spi_ex.c89 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()
Dstm32l1xx_hal_smartcard.c1257 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()
Dstm32l1xx_hal_usart.c1838 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/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/SKiM980A/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/NucleoL152/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/NucleoL073/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/SKiM880B/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/SKiM881AXL/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/NAMote72/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Dspi-board.c102 SpiHandle[obj->SpiId].Init.CLKPhase = cpha; in SpiFormat()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_spi.h77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32l1xx_hal_smartcard.h91 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
Dstm32l1xx_hal_usart.h91 …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/
Dstm32l0xx_hal_spi.h77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32l0xx_hal_usart.h88 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
Dstm32l0xx_hal_smartcard.h87 …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/
Dstm32l4xx_hal_spi.h77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32l4xx_hal_usart.h92 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
Dstm32l4xx_hal_smartcard.h88 …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/
Dstm32l0xx_hal_smartcard.c1671 assert_param(IS_SMARTCARD_PHASE(hsmartcard->Init.CLKPhase)); in SMARTCARD_SetConfig()
1699 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
Dstm32l0xx_hal_spi.c252 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()
Dstm32l0xx_hal_usart.c2088 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/
Dstm32l4xx_hal_smartcard.c2410 assert_param(IS_SMARTCARD_PHASE(hsmartcard->Init.CLKPhase)); in SMARTCARD_SetConfig()
2438 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
Dstm32l4xx_hal_usart.c2941 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()

12