Searched refs:reset (Results 1 – 11 of 11) sorted by relevance
/loramac-node-3.4.0/cmake/ |
D | launch.json.in | 23 …{ "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…
|
D | openocd-run.gdb.in | 3 monitor reset halt
|
D | stlink-run.gdb.in | 3 monitor reset halt
|
/loramac-node-3.4.0/src/boards/NucleoL152/ |
D | lr1110mb1xxs-board.c | 53 …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/ |
D | lr1110mb1xxs-board.c | 53 …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/ |
D | lr1110mb1xxs-board.c | 53 …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/ |
D | lr1110.h | 83 Gpio_t reset; member
|
/loramac-node-3.4.0/src/boards/mcu/saml21/config/ |
D | hpl_sercom_config.h | 500 #warning Bad I2C Rise time for Standard/Fast mode, reset to 215ns
|
/loramac-node-3.4.0/ |
D | README.md | 387 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
|
D | CHANGELOG.md | 28 - 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/ |
D | development-environment.md | 162 * Execute a reset and halt of the target: 163 `monitor reset halt`
|