Searched refs:lr1110_hal_get_operating_mode (Results 1 – 5 of 5) sorted by relevance
268 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
105 lr1110_hal_operating_mode_t lr1110_hal_get_operating_mode( const void* context );
513 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()