Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_irq.h119 void _irq_register(const uint8_t number, struct _irq_descriptor *const irq);
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/documentation/
Dtimer.rst9 configurable number of clock cycles in the hardware timer. Changing the number of clock cycles in a…
/loramac-node-3.4.0/src/radio/sx126x/
Dsx126x.c231 uint32_t number = 0; in SX126xGetRandom() local
244 SX126xReadRegisters( RANDOM_NUMBER_GENERATORBASEADDR, ( uint8_t* )&number, 4 ); in SX126xGetRandom()
251 return number; in SX126xGetRandom()
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c126 uint8_t number; member
575 if (_usarts[i].number == sercom_offset) { in _get_sercom_index()
864 uint8_t number; member
924 if (_i2cms[i].number == sercom_offset) { in _get_i2cm_index()
1641 uint8_t number; member
1934 if (_i2css[i].number == sercom_offset) { in _get_i2c_s_index()
/loramac-node-3.4.0/
DCHANGELOG.md163 … of `SX126xSetLoRaSymbNumTimeout` to round up the timeout to the nearest possible number of symbol.
242 - Fixed `SX126xSetLoRaSymbNumTimeout` to call the workaround only if the number of symbols is equal…
649 - Added the limitation of output power according to the number of enabled channels for US915 band
700 - Added the possibility to change the channel mask and number of repetitions trough SRV_MAC_LINK_AD…