Searched refs:LR1110 (Results 1 – 8 of 8) sorted by relevance
/loramac-node-latest/src/radio/lr1110/ |
D | radio.c | 455 lr1110_t LR1110; variable 494 lr1110_board_init( &LR1110, RadioOnDioIrq ); in RadioInit() 496 lr1110_system_set_standby( &LR1110, LR1110_SYSTEM_STDBY_CONFIG_RC ); in RadioInit() 497 lr1110_hal_set_operating_mode( &LR1110, LR1110_HAL_OP_MODE_STDBY_RC ); in RadioInit() 499 lr1110_system_set_regmode( &LR1110, LR1110_SYSTEM_REGMODE_DCDC_CONVERTER ); in RadioInit() 501 lr1110_radio_set_tx_params( &LR1110, 0, LR1110_RADIO_RAMP_TIME_200U ); in RadioInit() 502 …lr1110_system_set_dio_irq_params( &LR1110, LR1110_SYSTEM_IRQ_ALL_MASK, LR1110_SYSTEM_IRQ_NONE_MASK… in RadioInit() 513 switch( lr1110_hal_get_operating_mode( &LR1110 ) ) in RadioGetStatus() 534 lr1110_radio_set_packet_type( &LR1110, LR1110_RADIO_PACKET_GFSK ); in RadioSetModem() 540 lr1110_radio_set_packet_type( &LR1110, LR1110_RADIO_PACKET_LORA ); in RadioSetModem() [all …]
|
/loramac-node-latest/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 58 extern lr1110_t LR1110; 97 lr1110_crypto_restore_from_flash( &LR1110, &status ); in SecureElementInit() 106 lr1110_system_read_uid( &LR1110, SeNvm->DevEui ); in SecureElementInit() 107 lr1110_system_read_join_eui( &LR1110, SeNvm->JoinEui ); in SecureElementInit() 108 lr1110_system_read_pin( &LR1110, SeNvm->Pin ); in SecureElementInit() 117 lr1110_crypto_set_key( &LR1110, &status, in SecureElementInit() 135 lr1110_crypto_derive_and_store_key( &LR1110, ( lr1110_crypto_status_t* ) &status, in SecureElementSetKey() 141 lr1110_crypto_store_to_flash( &LR1110, ( lr1110_crypto_status_t* ) &status ); in SecureElementSetKey() 147 …lr1110_crypto_set_key( &LR1110, ( lr1110_crypto_status_t* ) &status, convert_key_id_from_se_to_lr1… in SecureElementSetKey() 151 lr1110_crypto_store_to_flash( &LR1110, ( lr1110_crypto_status_t* ) &status ); in SecureElementSetKey() [all …]
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | board.c | 67 extern lr1110_t LR1110; 160 SpiInit( &LR1110.spi, SPI_1, RADIO_MOSI, RADIO_MISO, RADIO_SCLK, NC ); in BoardInitMcu() 161 lr1110_board_init_io( &LR1110 ); in BoardInitMcu() 177 lr1110_board_init_dbg_io( &LR1110 ); in BoardInitMcu() 205 SpiDeInit( &LR1110.spi ); in BoardDeInitMcu() 206 lr1110_board_deinit_io( &LR1110 ); in BoardDeInitMcu()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | board.c | 67 extern lr1110_t LR1110; 160 SpiInit( &LR1110.spi, SPI_1, RADIO_MOSI, RADIO_MISO, RADIO_SCLK, NC ); in BoardInitMcu() 161 lr1110_board_init_io( &LR1110 ); in BoardInitMcu() 177 lr1110_board_init_dbg_io( &LR1110 ); in BoardInitMcu() 205 SpiDeInit( &LR1110.spi ); in BoardDeInitMcu() 206 lr1110_board_deinit_io( &LR1110 ); in BoardDeInitMcu()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | board.c | 67 extern lr1110_t LR1110; 167 SpiInit( &LR1110.spi, SPI_1, RADIO_MOSI, RADIO_MISO, RADIO_SCLK, NC ); in BoardInitMcu() 168 lr1110_board_init_io( &LR1110 ); in BoardInitMcu() 184 lr1110_board_init_dbg_io( &LR1110 ); in BoardInitMcu() 212 SpiDeInit( &LR1110.spi ); in BoardDeInitMcu() 213 lr1110_board_deinit_io( &LR1110 ); in BoardDeInitMcu()
|
/loramac-node-latest/ |
D | README.md | 29 …-device classes and it also provides SX1272/73, SX1276/77/78/79, SX1261/2 and LR1110 radio drivers. 105 *lr1110-se* abstraction implementation handles all the required exchanges with the LR1110 radio cry… 107 All LR1110 radio chips are pre-provisioned out of factory in order to be used with [LoRa Cloud Devi… 109 …ted by following the instructions provided on chapter "13. LR1110 Provisioning" of the [LR1110 Use… 112 … by following one of the methods described on chapter "13. LR1110 Provisioning" of the [LR1110 Use… 125 … example for NucleoL476 platform with LR1110MB1DIS MBED shield and using LR1110 pre-provisioned se… 183 … example for NucleoL476 platform with LR1110MB1DIS MBED shield and using LR1110 pre-provisioned se…
|
D | CHANGELOG.md | 159 - Fixed SX126x and LR1110 driver IrqFired variable management 316 - Fixed GFSK bandwidth handling for SX126x and LR1110 radios. 333 - Added support for LR1110 radio 334 - Added support for LR1110 crypto-engine to be used as secure-element
|
/loramac-node-latest/src/peripherals/ |
D | CMakeLists.txt | 32 … message(FATAL_ERROR "LR1110_SE secure elemeent can only be used when LR1110 radio is selected.")
|