/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/ |
D | hw_timer.c | 123 bool HwTimerLoadAbsoluteTicks(uint32_t ticks) in HwTimerLoadAbsoluteTicks() argument 130 hri_rtcmode0_write_COMP_reg(RTC, 0, ticks); in HwTimerLoadAbsoluteTicks() 135 if((ticks - current - 1) >= (COMPARE_COUNT_MAX_VALUE >> 1)) { in HwTimerLoadAbsoluteTicks() 139 if((ticks - current) < 10) { in HwTimerLoadAbsoluteTicks()
|
D | hw_timer.h | 87 bool HwTimerLoadAbsoluteTicks(uint32_t ticks);
|
/loramac-node-3.6.0-3.5.0/src/system/ |
D | timer.c | 331 uint32_t ticks = RtcMs2Tick( value ); in TimerSetValue() local 337 if( ticks < minValue ) in TimerSetValue() 339 ticks = minValue; in TimerSetValue() 342 obj->Timestamp = ticks; in TimerSetValue() 343 obj->ReloadValue = ticks; in TimerSetValue()
|
/loramac-node-3.6.0-3.5.0/src/boards/SAMR34/ |
D | rtc-board.c | 216 uint32_t ticks = 0; in RtcGetCalendarTime() local 222 ticks = ( uint32_t )calendarValue & 0x3FF; in RtcGetCalendarTime() 224 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/cmsis/ |
D | core_cm0.h | 685 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 687 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config() 689 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
|
D | core_cm0plus.h | 796 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 798 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config() 800 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
|
D | core_sc000.h | 816 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 818 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config() 820 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
|
D | core_cm3.h | 1552 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 1554 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config() 1556 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
|
D | core_sc300.h | 1532 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 1534 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config() 1536 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
|
D | core_cm4.h | 1704 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 1706 if ((ticks - 1) > SysTick_LOAD_RELOAD_Msk) return (1); /* Reload value impossible */ in SysTick_Config() 1708 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/cmsis/ |
D | core_cm0.h | 769 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 771 if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk) in SysTick_Config() 776 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_cm0plus.h | 885 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 887 if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk) in SysTick_Config() 892 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_sc000.h | 897 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 899 if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk) in SysTick_Config() 904 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_cm3.h | 1656 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 1658 if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk) in SysTick_Config() 1663 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_sc300.h | 1638 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 1640 if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk) in SysTick_Config() 1645 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_cm4.h | 1830 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config() argument 1832 if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk) in SysTick_Config() 1837 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL152/ |
D | rtc-board.c | 470 uint32_t ticks; in RtcGetCalendarTime() local 476 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 478 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM980A/ |
D | rtc-board.c | 470 uint32_t ticks; in RtcGetCalendarTime() local 476 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 478 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/ |
D | rtc-board.c | 471 uint32_t ticks; in RtcGetCalendarTime() local 477 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 479 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/ |
D | rtc-board.c | 471 uint32_t ticks; in RtcGetCalendarTime() local 477 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 479 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM880B/ |
D | rtc-board.c | 470 uint32_t ticks; in RtcGetCalendarTime() local 476 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 478 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/NAMote72/ |
D | rtc-board.c | 470 uint32_t ticks; in RtcGetCalendarTime() local 476 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 478 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/ |
D | rtc-board.c | 470 uint32_t ticks; in RtcGetCalendarTime() local 476 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 478 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/ |
D | rtc-board.c | 471 uint32_t ticks; in RtcGetCalendarTime() local 477 ticks = ( uint32_t )calendarValue & PREDIV_S; in RtcGetCalendarTime() 479 *milliseconds = RtcTick2Ms( ticks ); in RtcGetCalendarTime()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/documentation/ |
D | timer.rst | 8 been added to the timers task queue. The execution delay or period is set in ticks, where one tick …
|