Home
last modified time | relevance | path

Searched refs:it (Results 1 – 8 of 8) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/utils/src/
Dutils_list.c52 struct list_element *it; in is_list_element() local
53 for (it = list->head; it; it = it->next) { in is_list_element()
54 if (it == element) { in is_list_element()
87 struct list_element *it = list->head; in list_insert_at_end() local
97 while (it->next) { in list_insert_at_end()
98 it = it->next; in list_insert_at_end()
100 it->next = (struct list_element *)element; in list_insert_at_end()
132 struct list_element *it = list->head; in list_delete_element() local
134 while (it && it->next != element) { in list_delete_element()
135 it = it->next; in list_delete_element()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c207 struct timer_task *it, *prev = NULL, *head = (struct timer_task *)list_get_head(list); in timer_add_timer_task() local
214 for (it = head; it; it = (struct timer_task *)list_get_next_element(it)) { in timer_add_timer_task()
217 if (it->time_label <= time) { in timer_add_timer_task()
218 time_left = it->interval - (time - it->time_label); in timer_add_timer_task()
220 time_left = it->interval - (0xFFFFFFFF - it->time_label) - time; in timer_add_timer_task()
224 prev = it; in timer_add_timer_task()
227 if (it == head) { in timer_add_timer_task()
240 struct timer_task * it = (struct timer_task *)list_get_head(&timer->tasks); in timer_process_counted() local
248 while (it && ((time - it->time_label) >= it->interval)) { in timer_process_counted()
249 struct timer_task *tmp = it; in timer_process_counted()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/hal/documentation/
Dtimer.rst13 and then is executed once, in repeating mode the task reschedules itself automatically after it has…
42 it is not recommended to add or remove a task from such interrupts: in case if a higher priority in…
48 …equently called interrupts with the priority higher than the driver's one, it may cause delay for …
/loramac-node-latest/.vscode/
Dsettings.json19 // Please uncomment the following line and fill it accordingly.
/loramac-node-latest/src/
DCMakeLists.txt45 # Switch for USB-Uart support, enable it for some Applications who needs it.
/loramac-node-latest/doc/
Ddevelopment-environment.md40 …ode](#vscode) will assume that OpenOCD is installed under `C:/openocd`. If it is not the case one …
191 For Windows platforms it is necessary to make some additional configurations. Open your settings un…
240 **Note**: Currently there is no GDB support but it is planned for future releases.
/loramac-node-latest/
DCHANGELOG.md332 - Added possibility to select the secure-element to be used as well as to select if it is pre-provi…
361 - Removed `GEN_APP_KEY` support as it is equivalent to LoRaWAN 1.1.x `APP_KEY`
377 - Fixed duty-cycle enforcement by disabling it for *IN865* region
661 - Fixed `TimerIrqHandler`. Now, it is possible to insert timers in callback
727 …id mode. Hybrid mode is a temporary configuration up until servers support it automatically) (Issu…
801 - Changed the way the upper layer is notified. Now it is only notified
873 - Automatically activate the channel once it is created
899 - Fixed `NbRepTimeoutTimer` initial value. `RxWindow2Delay` already contains `RxWindow1Delay` in it
914 - Changed radio callbacks events to timeout when it is a timeout event and error when it is a CRC e…
1081 The current http://iot.semtech.com server version doesn't support it
DREADME.md29 This project fully implements ClassA, ClassB and ClassC end-device classes and it also provides SX1…
210 // Please uncomment the following line and fill it accordingly.
311 // Please uncomment the following line and fill it accordingly.