Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/NucleoL152/
Dlr1110mb1xxs-board.c276 ( ( 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() argument
299 ( ( lr1110_t* ) context )->op_mode = op_mode; in lr1110_hal_set_operating_mode()
302 switch( op_mode ) in lr1110_hal_set_operating_mode()
/loramac-node-latest/src/boards/NucleoL476/
Dlr1110mb1xxs-board.c276 ( ( 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() argument
299 ( ( lr1110_t* ) context )->op_mode = op_mode; in lr1110_hal_set_operating_mode()
302 switch( op_mode ) in lr1110_hal_set_operating_mode()
/loramac-node-latest/src/boards/NucleoL073/
Dlr1110mb1xxs-board.c276 ( ( 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() argument
299 ( ( lr1110_t* ) context )->op_mode = op_mode; in lr1110_hal_set_operating_mode()
302 switch( op_mode ) in lr1110_hal_set_operating_mode()
/loramac-node-latest/src/radio/lr1110/
Dlr1110.h87 lr1110_hal_operating_mode_t op_mode; member
115 void lr1110_hal_set_operating_mode( const void* context, const lr1110_hal_operating_mode_t op_mode
Dradio.c1213 lr1110_hal_operating_mode_t op_mode = lr1110_hal_get_operating_mode( radio ); in lr1110_system_irq_process() local
1235 if( op_mode != LR1110_HAL_OP_MODE_RX_C ) in lr1110_system_irq_process()