Home
last modified time | relevance | path

Searched refs:CPOL (Results 1 – 8 of 8) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h193 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_CPOL_Low) || \ argument
194 ((CPOL) == SPI_CPOL_High))
350 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \ argument
351 ((CPOL) == I2S_CPOL_High))
Dstm32f4xx_usart.h211 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High)) argument
/device/board/talkweb/niobe407/liteos_m/hdf_config/
Ddefault.hcs25 … clkMode = 0; // 0: cpol 0 cpha 0 1:CPOL = 1; CPHA = 0 2:CPOL = 0; CPHA = 1 3:CPOL = 1; CPHA = 1
Dhdf.hcs48 … clkMode = 0; // 0: cpol 0 cpha 0 1:CPOL = 1; CPHA = 0 2:CPOL = 0; CPHA = 1 3:CPOL = 1; CPHA = 1
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_usart.h589 #define IS_USART_POLARITY(CPOL) (((CPOL) == USART_POLARITY_LOW) || \ argument
590 ((CPOL) == USART_POLARITY_HIGH))
/device/board/talkweb/niobe407/applications/202_hdf_spi_flash/
DREADME_zh.md97 … clkMode = 0; // 0: cpol 0 cpha 0 1:CPOL = 1; CPHA = 0 2:CPOL = 0; CPHA = 1 3:CPOL = 1; CPHA = 1
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_spi.h997 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_POLARITY_LOW) || \ argument
998 ((CPOL) == SPI_POLARITY_HIGH))
/device/board/openvalley/niobeu4/liteos_m/hdf_config/
Dhdf.hcs110 mode = 0; // SPI模式,表示CPOL与CPHA配置(0-3)