| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/ |
| A D | CH57x_clk.h | 90 #define monthLength(lpyr,mon) ((mon==1) ? (28+lpyr) : ((mon>6) ? ((mon&1)?31:… argument 143 void RTC_InitTime( UINT16 y, UINT16 mon, UINT16 d, UINT16 h, UINT16 m, UINT16 s ); /* RTC时…
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/rtc/ |
| A D | rtc-lib.c | 90 unsigned int mon = mon0, year = year0; in mktime64() local 94 if (0 >= (int)(mon -= 2)) in mktime64() 96 mon += 12; /* Puts Feb last since it has leap day */ in mktime64() 101 (year / 4 - year / 100 + year / 400 + 367 * mon / 12 + day) + in mktime64()
|
| /bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/ |
| A D | samd21_xplained_pro_sram.gdb | 19 mon reg sp=(0x20000000) 20 mon reg pc=(0x20000004)
|
| A D | samd21_xplained_pro_flash.gdb | 24 mon reg sp=(0x00000000) 25 mon reg pc=(0x00000004)
|
| /bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/ |
| A D | samd20_xplained_pro_sram.gdb | 22 mon reg sp=(0x22008000) 23 mon reg pc=(0x20000000)
|
| A D | samd20_xplained_pro_flash.gdb | 24 mon reg sp=(0x22008000) 25 mon reg pc=(0x00000000)
|
| /bsp/renesas/ra6m3-hmi-board/board/lvgl/demo/stress/ |
| A D | lv_demo_stress.c | 76 lv_mem_monitor_t mon; in obj_test_task_cb() local 77 lv_mem_monitor(&mon); in obj_test_task_cb() 79 if(mem_free_start == 0) mem_free_start = mon.free_size; in obj_test_task_cb() 81 …mem leak since start: %" LV_PRIu32 ", frag: %3d %%", mem_free_start - mon.free_size, mon.frag_pct); in obj_test_task_cb()
|
| /bsp/cvitek/drivers/ |
| A D | drv_rtc.c | 213 unsigned int mon = mon0, year = year0; in mktime64() local 216 if (0 >= (int) (mon -= 2)) { in mktime64() 217 mon += 12; /* Puts Feb last since it has leap day */ in mktime64() 222 (year/4 - year/100 + year/400 + 367*mon/12 + day) + in mktime64()
|
| /bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/make/scripts/ |
| A D | gdbinit | 22 mon gdb_sync
|
| A D | gdbinit_secure | 24 mon gdb_sync
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_rtc.c | 24 #define CONV_TO_TM_MON(mon) ((mon) - 1) argument
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_rtc.c | 24 #define CONV_TO_TM_MON(mon) ((mon) - 1) argument
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_rtc.c | 25 #define CONV_TO_TM_MON(mon) ((mon) - 1) argument
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_rtc.c | 24 #define CONV_TO_TM_MON(mon) ((mon) - 1) argument
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_rtc.c | 24 #define CONV_TO_TM_MON(mon) ((mon) - 1) argument
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_rtc.c | 26 #define CONV_TO_TM_MON(mon) ((mon) - 1) argument
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_rtc.c | 25 #define CONV_TO_TM_MON(mon) ((mon) - 1) argument
|
| /bsp/asm9260t/jlink/ |
| A D | asm9260t.gdb | 69 mon reg pc=0x20000000
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/ |
| A D | CH57x_clk.c | 373 void RTC_InitTime( UINT16 y, UINT16 mon, UINT16 d, UINT16 h, UINT16 m, UINT16 s ) in RTC_InitTime() argument 380 month = mon; in RTC_InitTime()
|
| /bsp/at91/at91sam9260/debug_scripts/ |
| A D | at91sam9260.gdb | 227 mon reg pc=0x20000000
|