Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h140 …rt_sync_set_data_order(struct _usart_sync_device *const device, const enum usart_data_order order);
Dhpl_usart_async.h164 …_async_set_data_order(struct _usart_async_device *const device, const enum usart_data_order order);
/loramac-node-latest/src/boards/mcu/saml21/hal/documentation/
Dspi_master_sync.rst22 * Data order
Dusart_sync.rst24 * Data order
/loramac-node-latest/
DCHANGELOG.md31 - Added a check for `GroupId` in order to avoid out of bounds access
142 - Changed certification `OnTxPeriodicityChanged` callback implementation in order to directly apply…
144 - Changed SX1272 and SX1276 FSK FIFO threshold from 15 to 31 in order to give more time for the MCU…
164 - Fixed fragmentation loop variable type in order to allow more than 255 fragments
295 - Changed radio `IsChannelFree API` in order to provide reception bandwidth
349 - Updated `Radio.TimeOnAir` API in order to be independent of the current hardware settings
528 - Updated the MAC layer in order to be LoRaWAN version 1.0.1 compliant (Mainly US915 bug fixes)
541 - Fixed US band in order to pass the LoRaWAN certification
717 - Changed all applications in order to have preprocessing definitions on top of the files and added…
766 - Increased FSK SyncWord timeout value in order to listen for longer time if a down link is availab…
[all …]
DREADME.md91 In order to personalize the MCU binary file with LoRaWAN EUIs or/and AES128 keys
99 In order to update the end-device identity (`DevEUI`, `JoinEUI` and `AES128 keys`) one must update …
107 All LR1110 radio chips are pre-provisioned out of factory in order to be used with [LoRa Cloud Devi…
389 In order to reset the NVM contents one must hit `ESC` + `N` keyboard keys on a serial terminal.
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c180 static void _usart_set_data_order(void *const hw, const enum usart_data_order order);
306 …art_sync_set_data_order(struct _usart_sync_device *const device, const enum usart_data_order order) in _usart_sync_set_data_order() argument
308 _usart_set_data_order(device->hw, order); in _usart_sync_set_data_order()
314 …t_async_set_data_order(struct _usart_async_device *const device, const enum usart_data_order order) in _usart_async_set_data_order() argument
316 _usart_set_data_order(device->hw, order); in _usart_async_set_data_order()
690 static void _usart_set_data_order(void *const hw, const enum usart_data_order order) in _usart_set_data_order() argument
698 hri_sercomusart_write_CTRLA_DORD_bit(hw, order); in _usart_set_data_order()
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/
Dreadme.md53 The end-device prints messages on the UART. In order to observe those messages one must setup a ter…