Home
last modified time | relevance | path

Searched defs:frame_format (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/spi/
Dhal_spi.h438 …uint32_t frame_format; /*!< @if Eng Indicates the which serial protocol transfers the… member
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/spi/v151/
Dhal_spi_v151.c91 hal_spi_cfg_frame_format_t frame_format = (hal_spi_cfg_frame_format_t)attr->frame_format; in hal_spi_is_attr_valid() local
/device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/porting/spi/
Dspi_porting.c338 bool hal_opi_set_frame_format(spi_bus_t bus, hal_spi_frame_format_t frame_format) in hal_opi_set_frame_format()