| /hal_stm32-latest/stm32cube/stm32l1xx/drivers/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 | 2263 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/ |
| D | stm32f2xx_hal_smartcard.c | 2263 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig() 2286 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
|
| D | stm32f2xx_hal_spi.c | 332 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/ |
| D | stm32f4xx_hal_smartcard.c | 2267 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig() 2290 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
|
| D | stm32f4xx_hal_spi.c | 331 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/ |
| D | stm32f1xx_hal_smartcard.c | 2264 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig() 2287 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
|
| D | stm32f1xx_hal_spi.c | 357 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/ |
| D | stm32l0xx_hal_spi.h | 60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32l0xx_hal_usart.h | 78 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_hal_smartcard.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| D | stm32f2xx_hal_spi.h | 60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32f2xx_hal_usart.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
| D | stm32f0xx_hal_usart.h | 78 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
| D | stm32f1xx_hal_spi.h | 60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32f1xx_hal_smartcard.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| D | stm32f1xx_hal_usart.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
| D | stm32f3xx_hal_usart.h | 78 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_hal_smartcard.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| D | stm32f4xx_hal_spi.h | 60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32f4xx_hal_usart.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
| D | stm32l1xx_hal_spi.h | 60 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
|
| D | stm32l1xx_hal_usart.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| D | stm32l1xx_hal_smartcard.h | 72 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
|
| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
| D | stm32l0xx_hal_spi.c | 339 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()
|