Home
last modified time | relevance | path

Searched refs:RT_Object_Class_Device (Results 1 – 8 of 8) sorted by relevance

/nrf52832-nimble/rt-thread/src/
H A Ddevice.c59 rt_object_init(&(dev->parent), RT_Object_Class_Device, name); in rt_device_register()
83 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_unregister()
123 information = rt_object_get_information(RT_Object_Class_Device); in rt_device_find()
187 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_destroy()
245 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_open()
310 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_close()
352 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_read()
391 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_write()
424 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_control()
450 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_set_rx_indicate()
[all …]
H A Dobject.c98 …{RT_Object_Class_Device, _OBJ_CONTAINER_LIST_INIT(RT_Object_Info_Device), sizeof(struct rt_device)…
/nrf52832-nimble/rt-thread/components/dfs/filesystems/devfs/
H A Ddevfs.c141 information = rt_object_get_information(RT_Object_Class_Device); in dfs_device_fs_open()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/arch/
H A Dsys_arch.c102 information = rt_object_get_information(RT_Object_Class_Device); in tcpip_init_done_callback()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/arch/
H A Dsys_arch.c104 information = rt_object_get_information(RT_Object_Class_Device); in tcpip_init_done_callback()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/arch/
H A Dsys_arch.c106 information = rt_object_get_information(RT_Object_Class_Device); in tcpip_init_done_callback()
/nrf52832-nimble/rt-thread/include/
H A Drtdef.h379 RT_Object_Class_Device, /**< The object is a device */ enumerator
/nrf52832-nimble/rt-thread/components/finsh/
H A Dcmd.c816 … list_find_init(&find_arg, RT_Object_Class_Device, obj_list, sizeof(obj_list)/sizeof(obj_list[0])); in list_device()