/loramac-node-latest/src/boards/mcu/saml21/hpl/eic/ |
D | hpl_eic.c | 204 int32_t _ext_irq_enable(const uint32_t pin, const bool enable) in _ext_irq_enable() argument 219 if (enable) { in _ext_irq_enable()
|
/loramac-node-latest/src/mac/ |
D | LoRaMacTest.h | 52 void LoRaMacTestSetDutyCycleOn( bool enable );
|
D | LoRaMac.c | 5669 void LoRaMacTestSetDutyCycleOn( bool enable ) in LoRaMacTestSetDutyCycleOn() argument 5673 verify.DutyCycle = enable; in LoRaMacTestSetDutyCycleOn() 5677 Nvm.MacGroup2.DutyCycleOn = enable; in LoRaMacTestSetDutyCycleOn()
|
/loramac-node-latest/src/boards/mcu/saml21/hal/include/ |
D | hpl_ext_irq.h | 98 int32_t _ext_irq_enable(const uint32_t pin, const bool enable);
|
D | hpl_dma.h | 123 int32_t _dma_srcinc_enable(const uint8_t channel, const bool enable);
|
/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/ |
D | hpl_dmac.c | 172 int32_t _dma_srcinc_enable(const uint8_t channel, const bool enable) in _dma_srcinc_enable() argument 174 hri_dmacdescriptor_write_BTCTRL_SRCINC_bit(&_descriptor_section[channel], enable); in _dma_srcinc_enable()
|
/loramac-node-latest/src/radio/sx126x/ |
D | sx126x.h | 915 void SX126xSetStopRxTimerOnPreambleDetect( bool enable ); 950 void SX126xSetLongPreamble( uint8_t enable ); 1027 void SX126xSetDio2AsRfSwitchCtrl( uint8_t enable );
|
D | sx126x.c | 362 void SX126xSetStopRxTimerOnPreambleDetect( bool enable ) in SX126xSetStopRxTimerOnPreambleDetect() argument 364 SX126xWriteCommand( RADIO_SET_STOPRXTIMERONPREAMBLE, ( uint8_t* )&enable, 1 ); in SX126xSetStopRxTimerOnPreambleDetect() 480 void SX126xSetDio2AsRfSwitchCtrl( uint8_t enable ) in SX126xSetDio2AsRfSwitchCtrl() argument 482 SX126xWriteCommand( RADIO_SET_RFSWITCHMODE, &enable, 1 ); in SX126xSetDio2AsRfSwitchCtrl()
|
D | radio.c | 310 void RadioSetPublicNetwork( bool enable ); 1205 void RadioSetPublicNetwork( bool enable ) in RadioSetPublicNetwork() argument 1207 RadioPublicNetwork.Current = RadioPublicNetwork.Previous = enable; in RadioSetPublicNetwork() 1210 if( enable == true ) in RadioSetPublicNetwork()
|
/loramac-node-latest/src/radio/ |
D | radio.h | 371 void ( *SetPublicNetwork )( bool enable );
|
/loramac-node-latest/src/radio/lr1110/ |
D | radio.c | 307 void RadioSetPublicNetwork( bool enable ); 1153 void RadioSetPublicNetwork( bool enable ) in RadioSetPublicNetwork() argument 1155 RadioPublicNetwork.Current = RadioPublicNetwork.Previous = enable; in RadioSetPublicNetwork() 1158 if( enable == true ) in RadioSetPublicNetwork()
|
/loramac-node-latest/src/radio/sx1272/ |
D | sx1272.h | 435 void SX1272SetPublicNetwork( bool enable );
|
D | sx1272.c | 1218 void SX1272SetPublicNetwork( bool enable ) in SX1272SetPublicNetwork() argument 1221 SX1272.Settings.LoRa.PublicNetwork = enable; in SX1272SetPublicNetwork() 1222 if( enable == true ) in SX1272SetPublicNetwork()
|
/loramac-node-latest/src/radio/sx1276/ |
D | sx1276.h | 439 void SX1276SetPublicNetwork( bool enable );
|
D | sx1276.c | 1358 void SX1276SetPublicNetwork( bool enable ) in SX1276SetPublicNetwork() argument 1361 SX1276.Settings.LoRa.PublicNetwork = enable; in SX1276SetPublicNetwork() 1362 if( enable == true ) in SX1276SetPublicNetwork()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | lr1110mb1xxs-board.c | 128 rf_switch_configuration.enable = LR1110_SYSTEM_RFSW0_HIGH | LR1110_SYSTEM_RFSW1_HIGH; in lr1110_board_init()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | lr1110mb1xxs-board.c | 128 rf_switch_configuration.enable = LR1110_SYSTEM_RFSW0_HIGH | LR1110_SYSTEM_RFSW1_HIGH; in lr1110_board_init()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | lr1110mb1xxs-board.c | 128 rf_switch_configuration.enable = LR1110_SYSTEM_RFSW0_HIGH | LR1110_SYSTEM_RFSW1_HIGH; in lr1110_board_init()
|
/loramac-node-latest/src/ |
D | CMakeLists.txt | 45 # Switch for USB-Uart support, enable it for some Applications who needs it.
|