Home
last modified time | relevance | path

Searched refs:LOAD (Results 1 – 19 of 19) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/systick/
Dhpl_systick.c54 SysTick->LOAD = (0xFFFFFF << SysTick_LOAD_RELOAD_Pos); in _system_time_init()
102 SysTick->LOAD = 0xFFFFFF; in _delay_cycles()
109 SysTick->LOAD = buf; in _delay_cycles()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_utils.h241 SysTick->LOAD = (uint32_t)((HCLKFrequency / Ticks) - 1UL); /* set reload register */ in LL_InitTick()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_utils.h239 SysTick->LOAD = (uint32_t)((HCLKFrequency / Ticks) - 1UL); /* set reload register */ in LL_InitTick()
/loramac-node-3.4.0/src/boards/mcu/saml21/cmsis/
Dcore_cm0.h442 …__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register … member
689 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm0plus.h463 …__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register … member
800 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_sc000.h482 …__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register … member
820 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm3.h613 …__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register … member
1556 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_sc300.h593 …__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register … member
1536 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm4.h653 …__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register … member
1708 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
Dcore_cm7.h834 …__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register … member
2127 SysTick->LOAD = ticks - 1; /* set reload register */ in SysTick_Config()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_utils.h298 SysTick->LOAD = (uint32_t)((HCLKFrequency / Ticks) - 1UL); /* set reload register */ in LL_InitTick()
/loramac-node-3.4.0/src/boards/mcu/stm32/cmsis/
Dcore_cm0.h499 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member
776 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
Dcore_cm0plus.h523 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member
892 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
Dcore_sc000.h534 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member
904 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
Dcore_cm3.h686 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member
1663 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
Dcore_sc300.h668 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member
1645 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
Dcore_cm4.h747 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member
1837 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
Dcore_cm7.h949 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member
2412 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dnvmctrl.h265 uint16_t LOAD:1; /*!< bit: 1 NVM Page Buffer Active Loading */ member