Searched refs:SPI_ROLE_MASTER (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_spi.h | 32 SPI_ROLE_MASTER, enumerator
|
/AliOS-Things-master/components/drivers/peripheral/spi/include/aos/hal/ |
A D | spi.h | 32 SPI_ROLE_MASTER, enumerator
|
/AliOS-Things-master/components/drivers/peripheral/spi/src/ |
A D | spi_dev.c | 75 role = SPI_ROLE_MASTER; in _arg_to_role() 79 role = SPI_ROLE_MASTER; in _arg_to_role() 500 .role = SPI_ROLE_MASTER,
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_hw_spi.c | 151 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, { .u_int = SPI_ROLE_MASTER } }, in machine_hw_spi_init() 190 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, { .u_int = SPI_ROLE_MASTER } }, in machine_hw_spi_make_new()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_hw_spi.c | 144 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = SPI_ROLE_MASTER} }, in machine_hw_spi_init() 173 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = SPI_ROLE_MASTER} }, in machine_hw_spi_make_new()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_hw_spi.c | 144 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = SPI_ROLE_MASTER} }, in machine_hw_spi_init() 173 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = SPI_ROLE_MASTER} }, in machine_hw_spi_make_new()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_lwip.c | 563 eth_spi_dev.config.role = SPI_ROLE_MASTER; in eth_lwip_tcpip_init()
|
/AliOS-Things-master/components/drivers/external_device/sh1106/src/ |
A D | sh1106.c | 82 spi_sh1106.config.role = SPI_ROLE_MASTER; in OLED_SPI_Init()
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 438 spi_device->config.role = SPI_ROLE_MASTER; in board_set_spi_default()
|
Completed in 14 milliseconds