Home
last modified time | relevance | path

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

123456

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/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.c2263 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig()
2286 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_smartcard.c2263 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig()
2286 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
Dstm32f2xx_hal_spi.c332 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()
350 hspi->Init.CLKPhase = SPI_PHASE_1EDGE; in HAL_SPI_Init()
403 (hspi->Init.CLKPhase & SPI_CR1_CPHA) | in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_smartcard.c2267 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig()
2290 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
Dstm32f4xx_hal_spi.c331 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()
349 hspi->Init.CLKPhase = SPI_PHASE_1EDGE; in HAL_SPI_Init()
402 (hspi->Init.CLKPhase & SPI_CR1_CPHA) | in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_smartcard.c2264 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig()
2287 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
Dstm32f1xx_hal_spi.c357 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()
375 hspi->Init.CLKPhase = SPI_PHASE_1EDGE; in HAL_SPI_Init()
428 (hspi->Init.CLKPhase & SPI_CR1_CPHA) | in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_spi.h60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32l0xx_hal_usart.h78 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_smartcard.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
Dstm32f2xx_hal_spi.h60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32f2xx_hal_usart.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_usart.h78 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_spi.h60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32f1xx_hal_smartcard.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
Dstm32f1xx_hal_usart.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_usart.h78 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_smartcard.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
Dstm32f4xx_hal_spi.h60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32f4xx_hal_usart.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_spi.h60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
Dstm32l1xx_hal_usart.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
Dstm32l1xx_hal_smartcard.h72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_spi.c339 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()
357 hspi->Init.CLKPhase = SPI_PHASE_1EDGE; in HAL_SPI_Init()
410 (hspi->Init.CLKPhase & SPI_CR1_CPHA) | in HAL_SPI_Init()

123456