Searched refs:function (Results 1 – 16 of 16) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/port/ |
D | hpl_gpio_base.h | 153 static inline void _gpio_set_pin_function(const uint32_t gpio, const uint32_t function) in _gpio_set_pin_function() argument 158 if (function == GPIO_PIN_FUNCTION_OFF) { in _gpio_set_pin_function() 166 hri_port_write_PMUX_PMUXO_bf(PORT, port, pin >> 1, function & 0xffff); in _gpio_set_pin_function() 169 hri_port_write_PMUX_PMUXE_bf(PORT, port, pin >> 1, function & 0xffff); in _gpio_set_pin_function()
|
/loramac-node-3.4.0/ |
D | CHANGELOG.md | 165 - Improved `GetNextLowerTxDr` function implementation. 230 - Refactored function `RegionXXInitDefaults`. Fixes an issue on US based bands where the channels m… 246 - Fixed `LoRaMacCryptoHandleJoinAccept` function `DevNonce`, `RJCount0` and `RJCount1` handling. 352 - Added a callback to notify the upper layer to call `LoRaMacProcess` function 435 - Changed `GpioMcuInit` function to first configure the output pin state before activating the pin 493 - Added a function to verify the RX frequency of window 2 for US band 511 - Remove the `TxPower` limitation for US band on `LoRaMacMibSetRequestConfirm` function. The power … 516 - Issue(#81): Bug fix in function `LoRaMacMlmeRequest` case `MLME_JOIN`. Function will return `LORA… 519 - Issue(#84): Fix issue of `CalibrateTimer` function 521 - Issue(#88): Bug fix in function `PrepareFrame` where repeated MAC commands were not handled corre… [all …]
|
/loramac-node-3.4.0/cmake/ |
D | binutils-arm-none-eabi.cmake | 34 function(print_section_sizes TARGET) 41 function(create_hex_output TARGET) 48 function(create_bin_output TARGET)
|
D | gdb-helper.cmake | 43 function(generate_run_gdb_stlink TARGET) 51 function(generate_run_gdb_openocd TARGET) 59 function(generate_vscode_launch_openocd TARGET)
|
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/ |
D | hal_gpio.h | 78 static inline void gpio_set_pin_function(const uint32_t pin, uint32_t function) in gpio_set_pin_function() argument 80 _gpio_set_pin_function(pin, function); in gpio_set_pin_function()
|
D | hpl_gpio.h | 186 static inline void _gpio_set_pin_function(const uint32_t gpio, const uint32_t function);
|
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/documentation/ |
D | timer.rst | 5 The Timer driver provides means for delayed and periodical function invocation. 7 A timer task is a piece of code (function) executed at a specific time or periodically by the timer… 29 * Delayed and periodical function execution for middle-ware stacks and applications.
|
D | usart_sync.rst | 7 User can set action for flow control pins by function usart_set_flow_control,
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/arm-gcc/ |
D | startup_stm32l073xx.s | 63 .type Reset_Handler, %function
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/arm-gcc/ |
D | startup_stm32l081xx.s | 63 .type Reset_Handler, %function
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/arm-gcc/ |
D | startup_stm32l072xx.s | 63 .type Reset_Handler, %function
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/arm-gcc/ |
D | startup_stm32l151xba.s | 77 .type Reset_Handler, %function
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/arm-gcc/ |
D | startup_stm32l151xba.s | 77 .type Reset_Handler, %function
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/arm-gcc/ |
D | startup_stm32l152xe.s | 77 .type Reset_Handler, %function
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/arm-gcc/ |
D | startup_stm32l152xc.s | 77 .type Reset_Handler, %function
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/arm-gcc/ |
D | startup_stm32l476xx.s | 77 .type Reset_Handler, %function
|