Home
last modified time | relevance | path

Searched refs:SPI_BYTE_LSB (Results 1 – 3 of 3) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_spi.c52 if (config->byte_order == SPI_BYTE_LSB) { in bflb_spi_init()
677 if (arg == SPI_BYTE_LSB) { in bflb_spi_feature_control()
688 ret = !SPI_BYTE_LSB; in bflb_spi_feature_control()
690 ret = SPI_BYTE_LSB; in bflb_spi_feature_control()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_spi.h73 #define SPI_BYTE_LSB 0 macro
/bsp/bouffalo_lab/libraries/rt_drivers/
A Ddrv_spi.c94 .byte_order = SPI_BYTE_LSB, in spi_configure()

Completed in 11 milliseconds