Home
last modified time | relevance | path

Searched refs:lr1110_hal_get_operating_mode (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/NucleoL152/
Dlr1110mb1xxs-board.c268 if( ( lr1110_hal_get_operating_mode( context ) == LR1110_HAL_OP_MODE_SLEEP ) || in lr1110_hal_wakeup()
269 ( lr1110_hal_get_operating_mode( context ) == LR1110_HAL_OP_MODE_RX_DC ) ) in lr1110_hal_wakeup()
292 lr1110_hal_operating_mode_t lr1110_hal_get_operating_mode( const void* context ) in lr1110_hal_get_operating_mode() function
/loramac-node-latest/src/boards/NucleoL476/
Dlr1110mb1xxs-board.c268 if( ( lr1110_hal_get_operating_mode( context ) == LR1110_HAL_OP_MODE_SLEEP ) || in lr1110_hal_wakeup()
269 ( lr1110_hal_get_operating_mode( context ) == LR1110_HAL_OP_MODE_RX_DC ) ) in lr1110_hal_wakeup()
292 lr1110_hal_operating_mode_t lr1110_hal_get_operating_mode( const void* context ) in lr1110_hal_get_operating_mode() function
/loramac-node-latest/src/boards/NucleoL073/
Dlr1110mb1xxs-board.c268 if( ( lr1110_hal_get_operating_mode( context ) == LR1110_HAL_OP_MODE_SLEEP ) || in lr1110_hal_wakeup()
269 ( lr1110_hal_get_operating_mode( context ) == LR1110_HAL_OP_MODE_RX_DC ) ) in lr1110_hal_wakeup()
292 lr1110_hal_operating_mode_t lr1110_hal_get_operating_mode( const void* context ) in lr1110_hal_get_operating_mode() function
/loramac-node-latest/src/radio/lr1110/
Dlr1110.h105 lr1110_hal_operating_mode_t lr1110_hal_get_operating_mode( const void* context );
Dradio.c513 switch( lr1110_hal_get_operating_mode( &LR1110 ) ) in RadioGetStatus()
1213 lr1110_hal_operating_mode_t op_mode = lr1110_hal_get_operating_mode( radio ); in lr1110_system_irq_process()