Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 81) sorted by relevance

1234

/nrf52832-nimble/rt-thread/components/drivers/pm/
H A Dpm.c218 void rt_pm_request(rt_ubase_t mode) in rt_pm_request()
282 void rt_pm_release(rt_ubase_t mode) in rt_pm_release()
382 int mode; in _rt_pm_device_read() local
419 rt_uint32_t mode; in _rt_pm_device_control() local
502 int mode = 0; in rt_pm_release_mode() local
514 int mode = 0; in rt_pm_request_mode() local
/nrf52832-nimble/rt-thread/components/drivers/misc/
H A Dpin.c51 struct rt_device_pin_mode *mode; in _pin_control() local
103 rt_err_t rt_pin_attach_irq(rt_int32_t pin, rt_uint32_t mode, in rt_pin_attach_irq()
134 void rt_pin_mode(rt_base_t pin, rt_base_t mode) in rt_pin_mode()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dzutil.h117 # define F_OPEN(name, mode) \ argument
138 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
158 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
163 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
180 # define F_OPEN(name, mode) fopen((name), (mode)) argument
H A Dgzio.c67 char mode; /* 'w' or 'r' */ member
93 local gzFile gz_open (path, mode, fd) in gz_open() argument
208 gzFile ZEXPORT gzopen (path, mode) in gzopen() argument
219 gzFile ZEXPORT gzdopen (fd, mode) in gzdopen() argument
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c52 int mode = O_RDONLY; in _sys_open() local
136 int _sys_read(FILEHANDLE fh, unsigned char *buf, unsigned len, int mode) in _sys_read()
172 int _sys_write(FILEHANDLE fh, const unsigned char *buf, unsigned len, int mode) in _sys_write()
H A Dstdio.c24 int libc_stdio_set_console(const char* device_name, int mode) in libc_stdio_set_console()
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dsyscall_open.c19 int __open(const char *filename, int mode) in __open()
H A Dstdio.c24 int libc_stdio_set_console(const char* device_name, int mode) in libc_stdio_set_console()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/
H A Ddes.h50 int mode; /*!< encrypt/decrypt */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/
H A Ddes.h50 int mode; /*!< encrypt/decrypt */ member
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/
H A Dstdio.c22 int libc_stdio_set_console(const char* device_name, int mode) in libc_stdio_set_console()
H A Dsyscalls.c118 _mkdir_r(struct _reent *ptr, const char *name, int mode) in _mkdir_r()
131 _open_r(struct _reent *ptr, const char *file, int flags, int mode) in _open_r()
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dpin.h52 rt_uint16_t mode; member
62 rt_uint16_t mode; member
H A Dcan.h50 rt_uint32_t mode : 1; member
60 #define RT_CAN_FILTER_ITEM_INIT(id,ide,rtr,mode,mask,ind,args) \ argument
76 #define RT_CAN_FILTER_ITEM_INIT(id,ide,rtr,mode,mask) \ argument
104 rt_uint32_t mode : 8; member
H A Dspi.h75 rt_uint8_t mode; member
86 rt_uint8_t mode; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/tftp/
H A Dtftp_port.c32 static void* tftp_open(const char* fname, const char* mode, u8_t write) in tftp_open()
/nrf52832-nimble/rt-thread/examples/test/
H A Dhwtimer_test.c22 rt_hwtimer_mode_t mode; in hwtimer() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/tftp/
H A Dtftp_port.c32 static void* tftp_open(const char* fname, const char* mode, u8_t write) in tftp_open()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Ddir-ecos.c62 int jffs2_create(struct _inode *dir_i, const unsigned char *d_name, int mode, in jffs2_create()
151 int jffs2_mkdir (struct _inode *dir_i, const unsigned char *d_name, int mode) in jffs2_mkdir()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dpipe.c249 int mode = 0; in pipe_fops_poll() local
537 int mkfifo(const char *path, mode_t mode) in mkfifo()
/nrf52832-nimble/drivers/
H A Ddrv_gpio.c45 static void nrf_pin_mode(struct rt_device *device, rt_base_t pin, rt_base_t mode) in nrf_pin_mode()
279 rt_uint32_t mode, void (*hdr)(void *args), void *args) in nrf_pin_attach_irq()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/sockets/
H A Dsockets_stresstest.c369 sockets_stresstest_wait_readable(int mode, int s, int timeout_ms) in sockets_stresstest_wait_readable()
475 int mode = sockets_stresstest_rand_mode(0, do_rx); in sockets_stresstest_conn_client() local
521 int mode = sockets_stresstest_rand_mode(1, 1); in sockets_stresstest_conn_server() local
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_i2s.h73 nrf_i2s_mode_t mode; ///< Mode of operation. member
H A Dnrfx_pdm.h77 nrf_pdm_mode_t mode; ///< Interface operation mode. member
/nrf52832-nimble/rt-thread/components/drivers/sdio/
H A Dmmcsd_core.c403 void mmcsd_set_chip_select(struct rt_mmcsd_host *host, rt_int32_t mode) in mmcsd_set_chip_select()
427 void mmcsd_set_bus_mode(struct rt_mmcsd_host *host, rt_uint32_t mode) in mmcsd_set_bus_mode()

1234