/AliOS-Things-master/components/drivers/peripheral/watchdog/example/ |
A D | wdg_example.c | 10 int vfs_wdg_test(int count, int period) in vfs_wdg_test() 38 int period = argc > 2 ? atoi(argv[2]) : 200; in wdg_reload_test() local 59 int period = argc > 2 ? atoi(argv[2]) : 200; in aos_wdg_reload_test() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | str-two-way.h | 97 size_t *period) in __rtl_critical_factorization() 210 size_t period; /* The period of the right half of needle. */ in __rtl_two_way_short_needle() local 306 size_t period; /* The period of the right half of needle. */ in __rtl_two_way_long_needle() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | cfg_cli.h | 129 u8_t period; member 191 u8_t period; member 204 u8_t period; member
|
A D | cfg_srv.h | 42 u8_t period; member
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | codec.h | 40 …uint32_t period; ///< When the period data is sent, the callback funct… member 55 …uint32_t period; ///< When the period data is received, the callback … member 86 …uint32_t period; ///< When a peroid data is reached,the callbac… member 96 …uint32_t period; ///< When a peroid data is reached,the callbac… member
|
/AliOS-Things-master/components/drivers/peripheral/i2c/example/ |
A D | i2c_example.c | 12 …char *tx_buffer, uint32_t tx_cnt, char *rx_buffer, uint32_t rx_cnt, uint32_t loop, uint32_t period) in vfs_i2c_test() 99 …char *tx_buffer, uint32_t tx_cnt, char *rx_buffer, uint32_t rx_cnt, uint32_t loop, uint32_t period) in aos_i2c_test() 222 …char *tx_buffer, uint32_t tx_cnt, char *rx_buffer, uint32_t rx_cnt, uint32_t loop, uint32_t period) in aos_i2c_mem_test()
|
/AliOS-Things-master/components/drivers/peripheral/pwm/example/ |
A D | aos_pwm_example.c | 26 uint32_t channel, period, duty_cycle, polarity, enabled, duration; in aos_pwm_cli_cmd() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_task.c | 223 lv_task_t * lv_task_create(lv_task_cb_t task_cb, uint32_t period, lv_task_prio_t prio, void * user_… in lv_task_create() 292 void lv_task_set_period(lv_task_t * task, uint32_t period) in lv_task_set_period()
|
A D | lv_task.h | 64 uint32_t period; /**< How often the task should run */ member
|
/AliOS-Things-master/components/drivers/peripheral/pwm/include/aos/ |
A D | pwm.h | 30 uint32_t period; /*in ns*/ member
|
A D | pwm_core.h | 34 uint32_t period; /**< PWM设备周期(单位:ns) */ member
|
/AliOS-Things-master/components/drivers/peripheral/pwm/src/ |
A D | pwm_csi.c | 30 uint32_t period; in pwm_csi_apply() local
|
/AliOS-Things-master/components/drivers/peripheral/timer/include/vfsdev/ |
A D | timer_dev.h | 24 unsigned long period; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos_driver/pwm/ |
A D | pwm.c | 89 uint32_t period; in rtl872xd_pwm_out_config() local 186 uint32_t period; in rtl872xd_pwm_apply() local
|
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_timer.h | 29 uint32_t period; /**< timer period, us */ member
|
/AliOS-Things-master/components/drivers/peripheral/timer/include/aos/hal/ |
A D | timer.h | 29 uint32_t period; /**< timer period, us */ member
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_cpuusage.c | 28 uint32_t period; member 229 uint32_t period = 0; in cpuusage_statistics() local
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_sw_timer.c | 28 mp_uint_t period; member 139 STATIC mp_obj_t machine_soft_timer_period(mp_obj_t self_in, mp_obj_t period) in machine_soft_timer_period()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_sw_timer.c | 54 mp_uint_t period; member 167 STATIC mp_obj_t machine_soft_timer_period(mp_obj_t self_in, mp_obj_t period) { in machine_soft_timer_period()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_sw_timer.c | 54 mp_uint_t period; member 167 STATIC mp_obj_t machine_soft_timer_period(mp_obj_t self_in, mp_obj_t period) { in machine_soft_timer_period()
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | codec.h | 74 uint32_t period; ///< when a peroid data is reached,the callback function is called member 86 uint32_t period; ///< when a peroid data is reached,the callback function is called member
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/pwm/ |
A D | pwm.c | 85 uint32_t period; in csi_pwm_out_config() local
|
/AliOS-Things-master/hardware/chip/haas1000/aos_driver/pwm/ |
A D | pwm.c | 101 uint32_t period; in haas1000_pwm_apply() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | access.c | 82 int period; in bt_mesh_model_pub_period_get() local 121 bt_u32_t elapsed, period; in next_period() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 575 Uint16 period; /**< Period of the wave. */ member 729 Uint16 period; /**< Sample periods. */ member
|