/nrf52832-nimble/rt-thread/components/drivers/i2c/ |
H A D | i2c-bit-ops.c | 19 #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 D | uffs_flash.c | 383 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 D | uffs_debug.c | 69 URET uffs_InitDebugMessageOutput(struct uffs_DebugMsgOutputSt *ops, int msg_level) in uffs_InitDebugMessageOutput()
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs_fs.c | 31 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 D | cputime.c | 80 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 D | mtdnor.h | 23 const struct nor_ops *ops; /* operations interface */ member
|
H A D | pm.h | 142 const struct rt_device_pm_ops* ops; member 165 const struct rt_pm_ops *ops; member
|
H A D | adc.h | 26 const struct rt_adc_ops *ops; member
|
H A D | watchdog.h | 27 const struct rt_watchdog_ops *ops; member
|
H A D | rt_drv_pwm.h | 38 const struct rt_pwm_ops *ops; member
|
H A D | mtd_nor.h | 28 const struct rt_mtd_nor_driver_ops* ops; member
|
H A D | i2c.h | 54 const struct rt_i2c_bus_device_ops *ops; member
|
H A D | pin.h | 26 const struct rt_pin_ops *ops; member
|
H A D | hwtimer.h | 68 const struct rt_hwtimer_ops *ops; member
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal.h | 84 const struct sal_socket_ops *ops; /* socket options */ member 98 struct sal_proto_ops *ops; /* protocol family options */ member
|
H A D | sal_tls.h | 58 const struct sal_proto_tls_ops *ops; /* SAL TLS protocol options */ member
|
/nrf52832-nimble/rt-thread/components/drivers/pm/ |
H A D | pm.c | 306 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 D | auth_none.c | 65 static struct auth_ops ops = { variable
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_prot.h | 54 const struct rt_wlan_prot_ops *ops; member
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | qspi_core.c | 35 …_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 D | spi_core.c | 23 const struct rt_spi_ops *ops) in rt_spi_bus_register()
|
/nrf52832-nimble/rt-thread/components/drivers/misc/ |
H A D | pin.c | 77 int rt_device_pin_register(const char *name, const struct rt_pin_ops *ops, void *user_data) in rt_device_pin_register()
|
H A D | adc.c | 65 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 D | rt_drv_pwm.c | 103 …_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 D | dfs_fs.h | 52 const struct dfs_filesystem_ops *ops; /* Operations for file system type */ member
|