Searched refs:op_mode (Results 1 – 5 of 5) sorted by relevance
276 ( ( lr1110_t* ) context )->op_mode = LR1110_HAL_OP_MODE_STDBY_RC; in lr1110_hal_wakeup()294 return ( ( lr1110_t* ) context )->op_mode; in lr1110_hal_get_operating_mode()297 void lr1110_hal_set_operating_mode( const void* context, lr1110_hal_operating_mode_t op_mode ) in lr1110_hal_set_operating_mode() argument299 ( ( lr1110_t* ) context )->op_mode = op_mode; in lr1110_hal_set_operating_mode()302 switch( op_mode ) in lr1110_hal_set_operating_mode()
87 lr1110_hal_operating_mode_t op_mode; member115 void lr1110_hal_set_operating_mode( const void* context, const lr1110_hal_operating_mode_t op_mode …
1213 lr1110_hal_operating_mode_t op_mode = lr1110_hal_get_operating_mode( radio ); in lr1110_system_irq_process() local1235 if( op_mode != LR1110_HAL_OP_MODE_RX_C ) in lr1110_system_irq_process()