Searched refs:notifyFlags (Results 1 – 4 of 4) sorted by relevance
51 void NvmDataMgmtEvent( uint16_t notifyFlags ) in NvmDataMgmtEvent() argument53 NvmNotifyFlags = notifyFlags; in NvmDataMgmtEvent()
50 void NvmDataMgmtEvent( uint16_t notifyFlags );
636 static void CallNvmDataChangeCallback( uint16_t notifyFlags );1771 uint16_t notifyFlags = LORAMAC_NVM_NOTIFY_FLAG_NONE; in LoRaMacHandleNvm() local1784 notifyFlags |= LORAMAC_NVM_NOTIFY_FLAG_CRYPTO; in LoRaMacHandleNvm()1793 notifyFlags |= LORAMAC_NVM_NOTIFY_FLAG_MAC_GROUP1; in LoRaMacHandleNvm()1802 notifyFlags |= LORAMAC_NVM_NOTIFY_FLAG_MAC_GROUP2; in LoRaMacHandleNvm()1811 notifyFlags |= LORAMAC_NVM_NOTIFY_FLAG_SECURE_ELEMENT; in LoRaMacHandleNvm()1820 notifyFlags |= LORAMAC_NVM_NOTIFY_FLAG_REGION_GROUP1; in LoRaMacHandleNvm()1828 notifyFlags |= LORAMAC_NVM_NOTIFY_FLAG_REGION_GROUP2; in LoRaMacHandleNvm()1837 notifyFlags |= LORAMAC_NVM_NOTIFY_FLAG_CLASS_B; in LoRaMacHandleNvm()1840 CallNvmDataChangeCallback( notifyFlags ); in LoRaMacHandleNvm()[all …]
2599 void ( *NvmDataChange )( uint16_t notifyFlags );