Home
last modified time | relevance | path

Searched refs:MP_ENODEV (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h58 #define MP_ENODEV (19) // No such device macro
114 #define MP_ENODEV ENODEV macro
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c51 [FR_INVALID_DRIVE] = MP_ENODEV,
52 [FR_NOT_ENABLED] = MP_ENODEV,
53 [FR_NO_FILESYSTEM] = MP_ENODEV,
A Dvfs.c111 mp_raise_OSError(MP_ENODEV); in mp_vfs_proxy_call()
198 mp_raise_OSError(MP_ENODEV); in mp_vfs_autodetect()
A Dmachine_i2c.c201 return -MP_ENODEV; in mp_machine_soft_i2c_transfer()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dadc.c116 return MP_OBJ_NEW_SMALL_INT (-MP_ENODEV); in adc_close()
141 return MP_OBJ_NEW_SMALL_INT (-MP_ENODEV); in adc_read()
A Di2c.c108 ret = -MP_ENODEV; in i2c_open()
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoicerecorder.c81 return MP_OBJ_NEW_SMALL_INT(-MP_ENODEV); in uvoice_open()
A Duvoiceplayer.c77 return MP_OBJ_NEW_SMALL_INT(-MP_ENODEV); in uvoice_open()
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c61 #define ERRNO_BLUETOOTH_NOT_ACTIVE MP_ENODEV
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c62 #define ERRNO_BLUETOOTH_NOT_ACTIVE MP_ENODEV

Completed in 18 milliseconds