Home
last modified time | relevance | path

Searched refs:Second (Results 1 – 13 of 13) sorted by relevance

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_rtc.h20 uint8_t Second; //取值0--59 member
29 uint8_t Second; member
40 uint8_t Second; member
A DSWM320_rtc.c47 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()
114 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()
129 RTCx->MINSECAL = (alarmStruct->Second << RTC_MINSECAL_SEC_Pos) | in RTC_AlarmSetup()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_rtc.h24 uint8_t Second; //取值0--59 member
33 uint8_t Second; member
44 uint8_t Second; member
A DSWM341_rtc.c53 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()
120 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()
135 RTCx->MINSECAL = (alarmStruct->Second << RTC_MINSECAL_SEC_Pos) | in RTC_AlarmSetup()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_rtc.c54 tm_new.tm_sec = get_datetime.Second; in swm_get_rtc_time_stamp()
70 set_datetime.Second = now.tm_sec; in swm_set_rtc_time_stamp()
81 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()
105 rtc_initstruct.Second = 55; in swm_rtc_configure()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_rtc.c53 tm_new.tm_sec = get_datetime.Second; in swm_get_rtc_time_stamp()
69 set_datetime.Second = now.tm_sec; in swm_set_rtc_time_stamp()
80 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()
105 rtc_initstruct.Second = 55; in swm_rtc_configure()
/bsp/hifive1/freedom-e-sdk/
A DREADME.md102 - Compute DMIPS by dividing the Dhrystones per Second result by 1757, which
116 Dhrystones per Second: 729927.0
/bsp/sparkfun-redv/freedom-e-sdk/
A DREADME.md102 - Compute DMIPS by dividing the Dhrystones per Second result by 1757, which
116 Dhrystones per Second: 729927.0
/bsp/smartfusion2/CMSIS/startup_arm/
A Dsmartfusion2_esram_debug.sct43 ; Second half of RAM allocated to RW data, heap and stack
A Dsmartfusion2_mddr_debug.sct49 ; 32 MB- Second half of external memory allocated to RW data
/bsp/raspberry-pico/RP2040/
A Dlink.ld36 /* Second stage bootloader is prepended to the image. It must be 256 bytes big
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A DScsi2.h331 unsigned char Second; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DCD.c414 … CD->LastWriteSector = msf_to_lba(TrackMSF->MSF.Minute, TrackMSF->MSF.Second, TrackMSF->MSF.Frame);

Completed in 30 milliseconds