Searched refs:order (Results 1 – 8 of 8) sorted by relevance
| /loramac-node-latest/src/boards/mcu/saml21/hal/include/ |
| D | hpl_usart_sync.h | 140 …rt_sync_set_data_order(struct _usart_sync_device *const device, const enum usart_data_order order);
|
| D | hpl_usart_async.h | 164 …_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/ |
| D | spi_master_sync.rst | 22 * Data order
|
| D | usart_sync.rst | 24 * Data order
|
| /loramac-node-latest/ |
| D | CHANGELOG.md | 31 - 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 …]
|
| D | README.md | 91 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/ |
| D | hpl_sercom.c | 180 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/ |
| D | readme.md | 53 The end-device prints messages on the UART. In order to observe those messages one must setup a ter…
|