Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_otp.c9 void OTP_PowerOn(uint32_t Time) in OTP_PowerOn() argument
13 if(Time > OTP_POWERON_TIME) in OTP_PowerOn()
15 OTP->OTP_LDO =Time; in OTP_PowerOn()
29 void OTP_SetTime(uint16_t Time) in OTP_SetTime() argument
31 OTP->OTP_10ns |= Time; in OTP_SetTime()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_otp.h68 void OTP_PowerOn(uint32_t Time);
71 void OTP_SetTime(uint16_t Time);
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dbsp_common.c590 LongInt UTC2Tamp(Date_UserDataStruct *Date, Time_UserDataStruct *Time) in UTC2Tamp() argument
620 DSec = DDay * 86400 + Time->Hour * 3600 + Time->Min * 60 + Time->Sec; in UTC2Tamp()
638 uint32_t Tamp2UTC(LongInt Sec, Date_UserDataStruct *Date, Time_UserDataStruct *Time, uint32_t LastD… in Tamp2UTC() argument
647 Time->Week = (4 + DDay) % 7; in Tamp2UTC()
732 Time->Hour = Sec / 3600; in Tamp2UTC()
734 Time->Min = Sec / 60; in Tamp2UTC()
735 Time->Sec = Sec % 60; in Tamp2UTC()
A Dcore_spi.c772 uint32_t Time = (Len * 1000) / (prvSPI[SpiID].Speed >> 3); in SPI_BlockTransfer() local
788 if (OS_MutexLockWtihTime(prvSPI[SpiID].Sem, Time + 10)) in SPI_BlockTransfer()
945 uint32_t Time = ((WLen + RLen) * 1000) / (prvSPI[SpiID].Speed >> 3); in SPI_FlashBlockTransfer() local
964 if (OS_MutexLockWtihTime(prvSPI[SpiID].Sem, Time + 10)) in SPI_FlashBlockTransfer()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dbsp_common.h58 Time_UserDataStruct Time; member
175 uint16_t Time; //delay时间,us member
217 LongInt UTC2Tamp(Date_UserDataStruct *Date, Time_UserDataStruct *Time);
218 uint32_t Tamp2UTC(LongInt Sec, Date_UserDataStruct *Date, Time_UserDataStruct *Time, uint32_t LastD…
/bsp/microchip/same54/
A DREADME_zh.md47 - IEEE® 1588 Precision Time Protocol (PTP) support
48 - IEEE 1588 Time Stamping Unit (TSU) support
67 - 32-bit Real Time Counter (RTC) with clock/calendar function
A DREADME.md47 - IEEE® 1588 Precision Time Protocol (PTP) support
48 - IEEE 1588 Time Stamping Unit (TSU) support
67 - 32-bit Real Time Counter (RTC) with clock/calendar function
/bsp/microchip/samd51-adafruit-metro-m4/
A DREADME_zh.md52 - IEEE® 1588 Precision Time Protocol (PTP) support
53 - IEEE 1588 Time Stamping Unit (TSU) support
73 - 32-bit Real Time Counter (RTC) with clock/calendar function
A DREADME.md52 - IEEE® 1588 Precision Time Protocol (PTP) support
53 - IEEE 1588 Time Stamping Unit (TSU) support
73 - 32-bit Real Time Counter (RTC) with clock/calendar function
/bsp/microchip/samd51-seeed-wio-terminal/
A DREADME.md55 - IEEE® 1588 Precision Time Protocol (PTP) support
56 - IEEE 1588 Time Stamping Unit (TSU) support
76 - 32-bit Real Time Counter (RTC) with clock/calendar function
A DREADME_zh.md55 - IEEE® 1588 Precision Time Protocol (PTP) support
56 - IEEE 1588 Time Stamping Unit (TSU) support
76 - 32-bit Real Time Counter (RTC) with clock/calendar function
/bsp/microchip/same70/bsp/same70b/armcc/Device/Source/ARM/
A Dstartup_SAME70.s96 DCD RTC_Handler ; 2 Real Time Clock
97 DCD RTT_Handler ; 3 Real Time Timer
/bsp/microchip/samc21/
A DREADME_zh.md37 - 32-bit Real Time Counter (RTC) with clock/calendar function
A DREADME.md37 - 32-bit Real Time Counter (RTC) with clock/calendar function
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/
A Dstartup_SAMD20.s84 DCD RTC_Handler ; 3 Real-Time Counter
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/arm/
A Dstartup_SAMD21.s84 DCD RTC_Handler ; 3 Real-Time Counter
/bsp/phytium/aarch32/
A Drtconfig.h.origin223 /* Timezone and Daylight Saving Time */
229 /* end of Timezone and Daylight Saving Time */
/bsp/microchip/samc21/bsp/samc21/armcc/Device/SAMC21/Source/ARM/
A Dstartup_SAMC21.s83 DCD RTC_Handler ; 2 Real-Time Counter
/bsp/microchip/same70/
A DREADME_zh.md39 …- Two 4-channel 16-bit PWMs with complementary outputs, Dead Time Generator and eight fault inputs…
A DREADME.md39 …- Two 4-channel 16-bit PWMs with complementary outputs, Dead Time Generator and eight fault inputs…
/bsp/rockchip/rk2108/
A D.config196 # Timezone and Daylight Saving Time
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A DScsi2.h583 unsigned short Time; member
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/
A Dstartup_stm32l100xb.s81 DCD TAMPER_STAMP_IRQHandler ; Tamper and Time Stamp
A Dstartup_stm32l151xb.s81 DCD TAMPER_STAMP_IRQHandler ; Tamper and Time Stamp
A Dstartup_stm32l152xb.s81 DCD TAMPER_STAMP_IRQHandler ; Tamper and Time Stamp

Completed in 43 milliseconds

12345678910>>...19