/device/soc/winnermicro/wm800/board/ |
D | task_demo.c | 46 UINT64 cycle = LOS_SysCycleGet(); in TaskSampleEntry2() local 47 UINT64 nowNsec = (cycle / OS_SYS_CLOCK) * OS_SYS_NS_PER_SECOND + in TaskSampleEntry2() 48 (cycle % OS_SYS_CLOCK) * OS_SYS_NS_PER_SECOND / OS_SYS_CLOCK; in TaskSampleEntry2()
|
/device/soc/rockchip/rk2206/hardware/docs/ |
D | PWM.md | 54 unsigned int LzPwmStart(unsigned int port, unsigned int duty, unsigned int cycle); 58 cycle: 总周期时长(ns)
|
/device/board/isoftstone/yangfan/kernel/src/incl/soc/ |
D | scpi.h | 49 int scpi_thermal_set_clk_cycle(u32 cycle); 142 static inline int scpi_thermal_set_clk_cycle(u32 cycle) in scpi_thermal_set_clk_cycle() argument
|
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
D | scpi.h | 48 int scpi_thermal_set_clk_cycle(u32 cycle); 140 static inline int scpi_thermal_set_clk_cycle(u32 cycle) in scpi_thermal_set_clk_cycle() argument
|
/device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
D | scpi.h | 49 int scpi_thermal_set_clk_cycle(u32 cycle); 142 static inline int scpi_thermal_set_clk_cycle(u32 cycle) in scpi_thermal_set_clk_cycle() argument
|
/device/board/isoftstone/zhiyuan/bootloader/configs/default/linux-5.10/ |
D | rp-lcd-rgb-7-1024-600.dtsi | 133 ;lcd_cpu_if 0:18bit/1 cycle parallel(RGB666); 4:16bit/1cycle parallel (RGB565) 134 ; 6:18bit/3 cycle parallel(RGB666); 7:16bit/2cycle parallel (RGB565) 147 ;lcd_ht: hsync total cycle(pixel) 149 ;lcd_vt: vysnc total cycle(line)
|
/device/soc/beken/bk7235/liteos_m/third_party_adapter/musl/ |
D | qsort.c | 87 static void cycle(size_t width, unsigned char* ar[], int n) in cycle() function 158 cycle(width, ar, i); in sift() 195 cycle(width, ar, i); in trinkle()
|
/device/board/bearpi/bearpi_hm_nano/app/B3_basic_pwm_led/ |
D | README.md | 96 * @brief pwm task output PWM with different duty cycle 117 // output PWM with different duty cycle
|
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
D | pwm.h | 101 unsigned int LzPwmStart(unsigned int port, unsigned int duty, unsigned int cycle);
|
/device/soc/esp/esp32/components/esp_hw_support/port/esp32/ |
D | rtc_clk.c | 209 void rtc_clk_32k_bootstrap(uint32_t cycle) in rtc_clk_32k_bootstrap() argument 211 if (cycle){ in rtc_clk_32k_bootstrap() 223 while(cycle){ in rtc_clk_32k_bootstrap() 230 cycle--; in rtc_clk_32k_bootstrap()
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/src/ |
D | duet_flash_alg.c | 40 FLASH_DRIVER_SEG void duet_flash_alg_f_delay(unsigned char cycle) in duet_flash_alg_f_delay() argument 42 while (cycle--) { in duet_flash_alg_f_delay()
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/ |
D | MQTTClient.c | 308 int cycle(MQTTClient* c, Timer* timer) in cycle() function 406 if (cycle(c, &timer) < 0) in MQTTYield() 434 cycle(c, &timer); in MQTTRun() 458 rc = cycle(c, timer); in waitfor()
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/inc/ |
D | duet_dma.h | 107 uint32_t cycle; member
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/ |
D | MQTTClient.h | 241 int cycle(Timer& timer); 567 if (cycle(timer) < 0) in yield() 579 int MQTT::Client<Network, Timer, MAX_MQTT_PACKET_SIZE, b>::cycle(Timer& timer) in cycle() function 723 rc = cycle(timer); in waitfor()
|
/device/soc/winnermicro/wm800/board/src/os/liteos/ |
D | wm_osal_liteos.c | 772 UINT64 cycle = LOS_SysCycleGet(); in tls_os_get_time() local 773 UINT64 nowNsec = (cycle / OS_SYS_CLOCK) * OS_SYS_NS_PER_SECOND + in tls_os_get_time() 774 (cycle % OS_SYS_CLOCK) * OS_SYS_NS_PER_SECOND / OS_SYS_CLOCK; in tls_os_get_time()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
D | hi_gv_listbox.h | 353 HI_S32 HI_GV_List_SetCyc(HIGV_HANDLE listHandle, HI_BOOL cycle);
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | rtc.h | 224 void rtc_clk_32k_bootstrap(uint32_t cycle);
|
/device/soc/esp/esp32/components/pthread/ |
D | pthread.c | 1446 UINT64 cycle = LOS_SysCycleGet(); in OsGetHwTime() local 1447 UINT64 nowNsec = (cycle / g_sysClock) * OS_SYS_NS_PER_SECOND + in OsGetHwTime() 1448 (cycle % g_sysClock) * OS_SYS_NS_PER_SECOND / g_sysClock; in OsGetHwTime()
|
/device/soc/hisilicon/common/platform/mmc/himci_v200/ |
D | himci.c | 745 uint32_t cycle, busy; in HimciWaitCardComplete() local 749 for (cycle = 0; cycle < HIMCI_MAX_RETRY_COUNT; cycle++) { in HimciWaitCardComplete()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
D | dw-mipi-dsi.c | 183 #define PHY_STOP_WAIT_TIME(cycle) (((cycle)&0xff) << 8) argument
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
D | dev.h | 383 unsigned long cycle; member
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/ |
D | dev.h | 383 unsigned long cycle; member
|
/device/soc/esp/esp32/components/driver/ |
D | ledc.c | 602 int cycle = s_ledc_fade_rec[speed_mode][channel]->cycle_num; in ledc_fade_isr() local 613 cycle, in ledc_fade_isr()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | dev.h | 424 unsigned long cycle; member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 42 #define PHY_STOP_WAIT_TIME(cycle) (((cycle)&0xff) << 8) argument
|