Searched refs:lr1110_hal_set_operating_mode (Results 1 – 5 of 5) sorted by relevance
/loramac-node-latest/src/radio/lr1110/ |
D | radio.c | 497 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_STDBY_RC ); in RadioInit() 984 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_TX ); in RadioSend() 998 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_SLEEP ); in RadioSleep() 1006 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_STDBY_RC ); in RadioStandby() 1027 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_RX_C ); in RadioRx() 1032 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_RX ); in RadioRx() 1053 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_RX_C ); in RadioRxBoosted() 1058 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_RX ); in RadioRxBoosted() 1065 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_RX_DC ); in RadioSetRxDutyCycle() 1071 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_CAD ); in RadioStartCad() [all …]
|
D | lr1110.h | 115 void lr1110_hal_set_operating_mode( const void* context, const lr1110_hal_operating_mode_t op_mode …
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | lr1110mb1xxs-board.c | 108 lr1110_hal_set_operating_mode( context, LR1110_HAL_OP_MODE_STDBY_RC ); in lr1110_board_init() 297 void lr1110_hal_set_operating_mode( const void* context, lr1110_hal_operating_mode_t op_mode ) in lr1110_hal_set_operating_mode() function
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | lr1110mb1xxs-board.c | 108 lr1110_hal_set_operating_mode( context, LR1110_HAL_OP_MODE_STDBY_RC ); in lr1110_board_init() 297 void lr1110_hal_set_operating_mode( const void* context, lr1110_hal_operating_mode_t op_mode ) in lr1110_hal_set_operating_mode() function
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | lr1110mb1xxs-board.c | 108 lr1110_hal_set_operating_mode( context, LR1110_HAL_OP_MODE_STDBY_RC ); in lr1110_board_init() 297 void lr1110_hal_set_operating_mode( const void* context, lr1110_hal_operating_mode_t op_mode ) in lr1110_hal_set_operating_mode() function
|