Searched refs:_spi0 (Results 1 – 4 of 4) sorted by relevance
19 static void *_spi0; variable50 if (_spi0) in wm_flash_read()60 if (_spi0) in wm_flash_read()73 if (_spi0) in wm_flash_write()83 if (_spi0) in wm_flash_write()100 if (_spi0) in wm_flash_erase()116 if (_spi0) in wm_flash_erase()130 if (_spi0 != RT_NULL) in wm_flash_init()145 rt_free(_spi0); in wm_flash_init()146 _spi0 = RT_NULL; in wm_flash_init()[all …]
261 static spi_handle_t _spi0; variable282 _spi0.perh = SPI0; in rt_hw_spi_init()284 spi = &_spi0; in rt_hw_spi_init()
263 static spi_handle_t _spi0; variable292 _spi0.perh = SPI0; in rt_hw_spi_init()294 spi = &_spi0; in rt_hw_spi_init()
247 static ald_spi_handle_t _spi0; variable275 _spi0.perh = SPI0; in rt_hw_spi_init()277 spi = &_spi0; in rt_hw_spi_init()
Completed in 28 milliseconds