Home
last modified time | relevance | path

Searched refs:LL_SPI_DATAWIDTH_8BIT (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_spi.c74 || ((__VALUE__) == LL_SPI_DATAWIDTH_8BIT) \
261 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_spi.c71 #define IS_LL_SPI_DATAWIDTH(__VALUE__) (((__VALUE__) == LL_SPI_DATAWIDTH_8BIT) \
287 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_spi.h233 #define LL_SPI_DATAWIDTH_8BIT (SPI_CR2_DS_2 | SPI_CR2_DS_1 | SPI_CR2_DS_0) … macro
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_spi.h229 #define LL_SPI_DATAWIDTH_8BIT 0x00000000U /*!< Data length for S… macro