| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_SPI.h | 161 #define SPI_FIRSTBIT_LSB (1U) macro 212 ((FIRST_BIT) == SPI_FIRSTBIT_LSB))
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_SPI.h | 161 #define SPI_FIRSTBIT_LSB (1U) macro 212 ((FIRST_BIT) == SPI_FIRSTBIT_LSB))
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_spi.h | 145 #define SPI_FIRSTBIT_LSB ((u32)0x00001000) macro 148 #define IS_SPI_FIRST_BIT(BIT) ((BIT == SPI_FIRSTBIT_LSB) || \
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_spi.h | 176 #define SPI_FIRSTBIT_LSB ((u32)0x00001000) macro 179 #define IS_SPI_FIRST_BIT(BIT) ((BIT == SPI_FIRSTBIT_LSB) || \
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_spi.h | 96 SPI_FIRSTBIT_LSB = 1U, /**< LSB transmitted first */ enumerator 292 ((x) == SPI_FIRSTBIT_LSB))
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_spi.h | 126 SPI_FIRSTBIT_LSB = 0x0080 enumerator
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_spi.h | 279 #define SPI_FIRSTBIT_LSB SPI_CR1_LSBFIRST macro 614 ((__BIT__) == SPI_FIRSTBIT_LSB))
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_spi.h | 98 SPI_FIRSTBIT_LSB = 1U, /**< LSB transmitted first */ enumerator 308 ((x) == SPI_FIRSTBIT_LSB))
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_spi.h | 126 SPI_FIRSTBIT_LSB = 0x0080 enumerator
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_spi.h | 126 SPI_FIRSTBIT_LSB = 0x0080 enumerator
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_spi.h | 130 SPI_FIRSTBIT_LSB /*!< LSB first */ enumerator
|
| /bsp/essemi/es32f0654/drivers/ |
| A D | drv_spi.c | 87 hspi->init.first_bit = SPI_FIRSTBIT_LSB; in spi_configure()
|
| /bsp/ht32/libraries/ht32_drivers/ |
| A D | drv_spi.c | 215 …ucture.SPI_FirstBit = (configuration->mode & RT_SPI_MSB) ? (SPI_FIRSTBIT_MSB) : (SPI_FIRSTBIT_LSB); in ht32_configure()
|
| /bsp/essemi/es32f369x/drivers/ |
| A D | drv_spi.c | 87 hspi->init.first_bit = SPI_FIRSTBIT_LSB; in spi_configure()
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_spi.c | 131 hw_spi_config.firstBit = (cfg->mode & RT_SPI_MSB) ? SPI_FIRSTBIT_MSB : SPI_FIRSTBIT_LSB; in apm32_spi_configure()
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_spi.c | 181 spi_handle->Init.First_Bit = SPI_FIRSTBIT_LSB; in acm32_spi_init()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_SPI.c | 344 if (hspi->Init.First_Bit == SPI_FIRSTBIT_LSB) in HAL_SPI_Init()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_SPI.c | 379 if (hspi->Init.First_Bit == SPI_FIRSTBIT_LSB) in HAL_SPI_Init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_spi.c | 214 spi_handle->Init.FirstBit = SPI_FIRSTBIT_LSB; in stm32_spi_init()
|