Searched refs:busy (Results 1 – 5 of 5) sorted by relevance
/loramac-node-3.4.0/src/boards/NucleoL152/ |
D | lr1110mb1xxs-board.c | 56 …GpioInit( &( ( lr1110_t* ) context )->busy, RADIO_BUSY, PIN_INPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in lr1110_board_init_io() 64 …GpioInit( &( ( lr1110_t* ) context )->busy, RADIO_BUSY, PIN_INPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in lr1110_board_deinit_io() 285 while( GpioRead( &( ( lr1110_t* ) context )->busy ) == 1 ) in lr1110_hal_wait_on_busy()
|
/loramac-node-3.4.0/src/boards/NucleoL476/ |
D | lr1110mb1xxs-board.c | 56 …GpioInit( &( ( lr1110_t* ) context )->busy, RADIO_BUSY, PIN_INPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in lr1110_board_init_io() 64 …GpioInit( &( ( lr1110_t* ) context )->busy, RADIO_BUSY, PIN_INPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in lr1110_board_deinit_io() 285 while( GpioRead( &( ( lr1110_t* ) context )->busy ) == 1 ) in lr1110_hal_wait_on_busy()
|
/loramac-node-3.4.0/src/boards/NucleoL073/ |
D | lr1110mb1xxs-board.c | 56 …GpioInit( &( ( lr1110_t* ) context )->busy, RADIO_BUSY, PIN_INPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in lr1110_board_init_io() 64 …GpioInit( &( ( lr1110_t* ) context )->busy, RADIO_BUSY, PIN_INPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in lr1110_board_deinit_io() 285 while( GpioRead( &( ( lr1110_t* ) context )->busy ) == 1 ) in lr1110_hal_wait_on_busy()
|
/loramac-node-3.4.0/src/radio/lr1110/ |
D | lr1110.h | 84 Gpio_t busy; member
|
/loramac-node-3.4.0/ |
D | CHANGELOG.md | 314 - Fixed issue where the stack could get stuck in MCPS busy state after MLME Device Time Request
|