Home
last modified time | relevance | path

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

/lk-master/target/dartuinoP0/
A Dsensor_bus.c78 spi_handle.Init.CLKPhase = SPI_PHASE_1EDGE; in sensor_bus_init_early()
A Dmemory_lcd.c77 SpiHandle.Init.CLKPhase = SPI_PHASE_1EDGE; in memory_lcd_init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_usart.h88 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
A Dstm32f0xx_hal_spi.h77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
A Dstm32f0xx_hal_smartcard.h89 …uint16_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_usart.h92 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
A Dstm32f7xx_hal_smartcard.h88 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
A Dstm32f7xx_hal_spi.h78 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c901 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig()
929 tmpreg |= (uint32_t) hsc->Init.CLKPhase | hsc->Init.CLKLastBit; in SMARTCARD_SetConfig()
A Dstm32f7xx_hal_usart.c1536 assert_param(IS_USART_PHASE(husart->Init.CLKPhase)); in USART_SetConfig()
1563 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
A Dstm32f7xx_hal_spi.c208 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()
258 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1683 assert_param(IS_SMARTCARD_PHASE(hsmartcard->Init.CLKPhase)); in SMARTCARD_SetConfig()
1704 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
A Dstm32f0xx_hal_usart.c2179 assert_param(IS_USART_PHASE(husart->Init.CLKPhase)); in USART_SetConfig()
2205 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
A Dstm32f0xx_hal_spi.c304 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()
366 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()

Completed in 34 milliseconds