Home
last modified time | relevance | path

Searched refs:McChannelParams_t (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacTypes.h907 }McChannelParams_t; typedef
917 McChannelParams_t ChannelParams;
DLoRaMac.h2222 McChannelParams_t MulticastChannel;
2743 LoRaMacStatus_t LoRaMacMcChannelSetup( McChannelParams_t *channel );
DLoRaMac.c5080 LoRaMacStatus_t LoRaMacMcChannelSetup( McChannelParams_t *channel ) in LoRaMacMcChannelSetup()
5140 McChannelParams_t channel; in LoRaMacMcChannelDelete()
5143 memset1( ( uint8_t* )&channel, 0, sizeof( McChannelParams_t ) ); in LoRaMacMcChannelDelete()
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpRemoteMcastSetup.c347 McChannelParams_t channel = in LmhpRemoteMcastSetupOnMcpsIndication()