Home
last modified time | relevance | path

Searched refs:ClockMode (Results 1 – 6 of 6) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_spi_polling/example/src/
A Dperiph_spi_polling.c102 spiCfg.ClockMode = SPI_CLOCK_MODE0; /* Enable Mode 0 */ in setupSpiMaster()
/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/src/
A Dperiph_spi_interrupt.c104 spiCfg.ClockMode = SPI_CLOCK_MODE0; /* Enable Mode 0 */ in setupSpiMaster()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c119 …pSPI->CFG = ((uint32_t) pConfig->ClockMode) | ((uint32_t) pConfig->DataOrder) | ((uint32_t) pConfi… in Chip_SPI_SetConfig()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h326 SPI_CLOCK_MODE_T ClockMode; /* CPHA CPOL Select */ member
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_qspi.h87 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_qspi.c257 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
291 … ((hqspi->Init.FlashSize << 16) | hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()

Completed in 43 milliseconds