Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 52) sorted by relevance

123

/nrf52832-nimble/rt-thread/components/drivers/i2c/
H A Di2c-bit-ops.c19 #define SET_SDA(ops, val) ops->set_sda(ops->data, val) argument
20 #define SET_SCL(ops, val) ops->set_scl(ops->data, val) argument
21 #define GET_SDA(ops) ops->get_sda(ops->data) argument
22 #define GET_SCL(ops) ops->get_scl(ops->data) argument
24 rt_inline void i2c_delay(struct rt_i2c_bit_ops *ops) in i2c_delay()
29 rt_inline void i2c_delay2(struct rt_i2c_bit_ops *ops) in i2c_delay2()
34 #define SDA_L(ops) SET_SDA(ops, 0) argument
35 #define SDA_H(ops) SET_SDA(ops, 1) argument
36 #define SCL_L(ops) SET_SCL(ops, 0) argument
41 static rt_err_t SCL_H(struct rt_i2c_bit_ops *ops) in SCL_H()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_flash.c383 uffs_FlashOps *ops = dev->ops; in uffs_FlashReadPageTag() local
490 uffs_FlashOps *ops = dev->ops; in uffs_FlashReadPage() local
679 uffs_FlashOps *ops = dev->ops; in uffs_FlashWritePageCombine() local
804 uffs_FlashOps *ops = dev->ops; in uffs_FlashMarkDirtyPage() local
880 struct uffs_FlashOpsSt *ops = dev->ops; in uffs_FlashIsBadBlock() local
945 uffs_FlashOps *ops = dev->ops; in uffs_FlashCheckErasedBlock() local
H A Duffs_debug.c69 URET uffs_InitDebugMessageOutput(struct uffs_DebugMsgOutputSt *ops, int msg_level) in uffs_InitDebugMessageOutput()
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs_fs.c31 int dfs_register(const struct dfs_filesystem_ops *ops) in dfs_register()
220 const struct dfs_filesystem_ops **ops; in dfs_mount() local
458 const struct dfs_filesystem_ops *ops = filesystem_operation_table[index]; in dfs_mkfs() local
/nrf52832-nimble/rt-thread/components/drivers/cputime/
H A Dcputime.c80 int clock_cpu_setops(const struct rt_clock_cputime_ops *ops) in clock_cpu_setops()
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmtdnor.h23 const struct nor_ops *ops; /* operations interface */ member
H A Dpm.h142 const struct rt_device_pm_ops* ops; member
165 const struct rt_pm_ops *ops; member
H A Dadc.h26 const struct rt_adc_ops *ops; member
H A Dwatchdog.h27 const struct rt_watchdog_ops *ops; member
H A Drt_drv_pwm.h38 const struct rt_pwm_ops *ops; member
H A Dmtd_nor.h28 const struct rt_mtd_nor_driver_ops* ops; member
H A Di2c.h54 const struct rt_i2c_bus_device_ops *ops; member
H A Dpin.h26 const struct rt_pin_ops *ops; member
H A Dhwtimer.h68 const struct rt_hwtimer_ops *ops; member
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal.h84 const struct sal_socket_ops *ops; /* socket options */ member
98 struct sal_proto_ops *ops; /* protocol family options */ member
H A Dsal_tls.h58 const struct sal_proto_tls_ops *ops; /* SAL TLS protocol options */ member
/nrf52832-nimble/rt-thread/components/drivers/pm/
H A Dpm.c306 void rt_pm_register_device(struct rt_device *device, const struct rt_device_pm_ops *ops) in rt_pm_register_device()
444 void rt_system_pm_init(const struct rt_pm_ops *ops, in rt_system_pm_init()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dauth_none.c65 static struct auth_ops ops = { variable
/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A Dwlan_prot.h54 const struct rt_wlan_prot_ops *ops; member
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dqspi_core.c35 …_err_t rt_qspi_bus_register(struct rt_spi_bus *bus, const char *name, const struct rt_spi_ops *ops) in rt_qspi_bus_register()
H A Dspi_core.c23 const struct rt_spi_ops *ops) in rt_spi_bus_register()
/nrf52832-nimble/rt-thread/components/drivers/misc/
H A Dpin.c77 int rt_device_pin_register(const char *name, const struct rt_pin_ops *ops, void *user_data) in rt_device_pin_register()
H A Dadc.c65 rt_err_t rt_hw_adc_register(rt_adc_device_t device, const char *name, const struct rt_adc_ops *ops,… in rt_hw_adc_register()
H A Drt_drv_pwm.c103 …_pwm_register(struct rt_device_pwm *device, const char *name, const struct rt_pwm_ops *ops, const … in rt_device_pwm_register()
/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs_fs.h52 const struct dfs_filesystem_ops *ops; /* Operations for file system type */ member

123