Lines Matching refs:function
37 - Added a function to reset the stack internal state machine
227 - Improved `GetNextLowerTxDr` function implementation.
292 - Refactored function `RegionXXInitDefaults`. Fixes an issue on US based bands where the channels m…
308 - Fixed `LoRaMacCryptoHandleJoinAccept` function `DevNonce`, `RJCount0` and `RJCount1` handling.
414 - Added a callback to notify the upper layer to call `LoRaMacProcess` function
497 - Changed `GpioMcuInit` function to first configure the output pin state before activating the pin
555 - Added a function to verify the RX frequency of window 2 for US band
573 - Remove the `TxPower` limitation for US band on `LoRaMacMibSetRequestConfirm` function. The power …
578 - Issue(#81): Bug fix in function `LoRaMacMlmeRequest` case `MLME_JOIN`. Function will return `LORA…
581 - Issue(#84): Fix issue of `CalibrateTimer` function
583 - Issue(#88): Bug fix in function `PrepareFrame` where repeated MAC commands were not handled corre…
617 - Fixed an issue when calling `SX127xInit` function more than once
640 - Add a new function `PrepareRxDoneAbort` to prepare a break-out of `OnRadioRxDone` in case of an e…
645 - Changed `TimerHwDelayMs` function to be re-entrant
650 - Improved and corrected `AdrNextDr` function
706 - Added TimerStop function calls to each timer event callback
723 - Added `SetMaxPayloadLength` API function to SX1272 and SX1276 radio drivers
724 - Changed the name of Radio API Status function to `GetStatus`
726 - Moved `__ffs` function from `utilities.h` to `spi-board.c`. This function is only used there
729 - Renamed `LoRaMacEvent_t` into `LoRaMacCallbacks_t` and added a function pointer for getting batte…
739 - Removed the definition of `RAND_SEED`. It has been replaced by a function named `BoardGetRandomSe…
740 - Removed `fputc` function redefinition from `Utilities.c`
742 - Removed `IsChannelFree` check on `LoRaMacSetNextChannel` function. LoRaWAN is an ALHOA protocol. …
749 - Fixed `LoRaMacPrepareFrame` function behavior when no applicative payload is present
769 - Changed confirmed messages function to use default datarate when ADR control is off
796 - Added a function to get the time in us
798 - Added a function that returns if the GPS has a fix or not
823 function with false parameter.*
825 - Added a function to create new channels
827 - Updated LoRaMacJoinDecrypt function to handle the CFList field
833 - Changed the TimeOnAir radio function to return a uint32_t value instead of a double. The value is…
857 - Added the support of different tool chains for the `HardFault_Handler` function
880 - Fixed in `SetRxConfig` function the FSK modem preamble register name
883 Corrected buffer read function when more that 1 byte was to be read
884 Added a function to wait for the I2C bus to become IDLE
890 - Fixed the `LoRaMacSetNextChannel` function
972 - Added to the radio drivers a function that generates a random value from RSSI readings
975 - Added a function to the timer driver that checks if a timer is already in the list or not
980 - Radio driver RxDone callback function API has changed (size parameter is no more a pointer)
981 - Previous function prototype:
983 - New function prototype:
1018 - Due to new specification the `LoRaMacInitNwkIds` LoRaMac API function had to be modified
1019 - Previous function prototype:
1021 - New function prototype:
1028 - Removed dependency of spi-board files to the `__builtin_ffs` function
1029 This function is only available on GNU compiler tool suite
1031 Added own `__ffs` function implementation to `utilities.h` file
1078 …- Split the `LoRaMacSendOnChannel` function in `LoRaMacPrepareFrame` and `LoRaMacSendFrameOnChanne…