Home
last modified time | relevance | path

Searched refs:_spi0 (Results 1 – 4 of 4) sorted by relevance

/bsp/w60x/drivers/
A Ddrv_flash.c19 static void *_spi0; variable
50 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 …]
/bsp/essemi/es32f0654/drivers/
A Ddrv_spi.c261 static spi_handle_t _spi0; variable
282 _spi0.perh = SPI0; in rt_hw_spi_init()
284 spi = &_spi0; in rt_hw_spi_init()
/bsp/essemi/es32f369x/drivers/
A Ddrv_spi.c263 static spi_handle_t _spi0; variable
292 _spi0.perh = SPI0; in rt_hw_spi_init()
294 spi = &_spi0; in rt_hw_spi_init()
/bsp/essemi/es32vf2264/drivers/
A Ddrv_spi.c247 static ald_spi_handle_t _spi0; variable
275 _spi0.perh = SPI0; in rt_hw_spi_init()
277 spi = &_spi0; in rt_hw_spi_init()

Completed in 28 milliseconds