Home
last modified time | relevance | path

Searched refs:wmode (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_sqpi.c145 void sqpi_write_command_config(uint32_t wmode, uint32_t wwaitcycle, uint32_t wcmd) in sqpi_write_command_config() argument
148 temp |= (wcmd | (wwaitcycle << 16U) | wmode); in sqpi_write_command_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_sqpi.h131 void sqpi_write_command_config(uint32_t wmode, uint32_t wwaitcycle, uint32_t wcmd);