Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 11 of 11) sorted by relevance

/loramac-node-3.4.0/cmake/
Dlaunch.json.in23 …{ "text": "monitor reset halt", "description": "perform a reset and halt the target", "ignoreFailu…
25 …{ "text": "monitor reset init", "description": "perform a reset and init the target", "ignoreFailu…
Dopenocd-run.gdb.in3 monitor reset halt
Dstlink-run.gdb.in3 monitor reset halt
/loramac-node-3.4.0/src/boards/NucleoL152/
Dlr1110mb1xxs-board.c53 …GpioInit( &( ( lr1110_t* ) context )->reset, RADIO_RESET, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, … in lr1110_board_init_io()
61 …GpioInit( &( ( lr1110_t* ) context )->reset, RADIO_RESET, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, … in lr1110_board_deinit_io()
261 GpioWrite( &( ( lr1110_t* ) context )->reset, 0 ); in lr1110_hal_reset()
263 GpioWrite( &( ( lr1110_t* ) context )->reset, 1 ); in lr1110_hal_reset()
/loramac-node-3.4.0/src/boards/NucleoL476/
Dlr1110mb1xxs-board.c53 …GpioInit( &( ( lr1110_t* ) context )->reset, RADIO_RESET, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, … in lr1110_board_init_io()
61 …GpioInit( &( ( lr1110_t* ) context )->reset, RADIO_RESET, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, … in lr1110_board_deinit_io()
261 GpioWrite( &( ( lr1110_t* ) context )->reset, 0 ); in lr1110_hal_reset()
263 GpioWrite( &( ( lr1110_t* ) context )->reset, 1 ); in lr1110_hal_reset()
/loramac-node-3.4.0/src/boards/NucleoL073/
Dlr1110mb1xxs-board.c53 …GpioInit( &( ( lr1110_t* ) context )->reset, RADIO_RESET, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, … in lr1110_board_init_io()
61 …GpioInit( &( ( lr1110_t* ) context )->reset, RADIO_RESET, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, … in lr1110_board_deinit_io()
261 GpioWrite( &( ( lr1110_t* ) context )->reset, 0 ); in lr1110_hal_reset()
263 GpioWrite( &( ( lr1110_t* ) context )->reset, 1 ); in lr1110_hal_reset()
/loramac-node-3.4.0/src/radio/lr1110/
Dlr1110.h83 Gpio_t reset; member
/loramac-node-3.4.0/src/boards/mcu/saml21/config/
Dhpl_sercom_config.h500 #warning Bad I2C Rise time for Standard/Fast mode, reset to 215ns
/loramac-node-3.4.0/
DREADME.md387 The `periodic-uplink-lpp` and `fuota-test-01` examples allow to reset the NVM storage through the s…
389 In order to reset the NVM contents one must hit `ESC` + `N` keyboard keys on a serial terminal.
397 NVM factory reset succeed
DCHANGELOG.md28 - Added NbTrans default value reset under JoinAccept processing
230 …egionXXInitDefaults`. Fixes an issue on US based bands where the channels mask was not being reset.
249 - Fixed missing `Rx1Frequency` reset for dynamic channel plans
427 - Added a workaround to reset the radio in case a `TxTimeout` occurs
826 - Fixed `SrvAckRequested` variable was never reset
/loramac-node-3.4.0/doc/
Ddevelopment-environment.md162 * Execute a reset and halt of the target:
163 `monitor reset halt`