Home
last modified time | relevance | path

Searched refs:SPI_FRAMESIZE_8BIT (Results 1 – 16 of 16) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_spi.c96 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()
154 …if((SPI_FRAMESIZE_8BIT != spi_struct->frame_size) && (SPI_FRAMESIZE_16BIT != spi_struct->frame_siz… in spi_init()
477 if((SPI_FRAMESIZE_8BIT != frame_format) && (SPI_FRAMESIZE_16BIT != frame_format)){ in spi_i2s_data_frame_format_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_spi.h151 #define SPI_FRAMESIZE_8BIT ((uint32_t)0x00000000U) /*!< SPI frame size… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_spi.h158 #define SPI_FRAMESIZE_8BIT ((uint32_t)0x00000000U) /*!< SPI frame size… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_spi.h157 #define SPI_FRAMESIZE_8BIT ((uint32_t)0x00000000U) /*!< SPI frame size… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_spi.h161 #define SPI_FRAMESIZE_8BIT ((uint32_t)0x00000000U) /*!< SPI frame size… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_spi.h176 #define SPI_FRAMESIZE_8BIT ((uint32_t)0x00000000U) /*!< SPI frame size… macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_spi.c93 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_spi.h173 #define SPI_FRAMESIZE_8BIT ((uint32_t)0x00000000U) /*!< SPI frame size… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_spi.c79 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_spi.c88 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_spi.h166 #define SPI_FRAMESIZE_8BIT ((uint32_t)0x00000000U) /*!< SPI frame size… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_spi.h188 #define SPI_FRAMESIZE_8BIT CTL1_FRAMESIZE(7) /*!< SPI frame size … macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_spi.c94 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_spi.c93 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_spi.c99 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_spi.c105 spi_struct->frame_size = SPI_FRAMESIZE_8BIT; in spi_struct_para_init()