Searched refs:destination (Results 1 – 5 of 5) sorted by relevance
45 #define mcuxClMemory_StoreLittleEndian32( destination, value ) \ argument47 (destination)[0] = (uint8_t) (((value) & 0x000000FFU) >> 0u); \48 (destination)[1] = (uint8_t) (((value) & 0x0000FF00U) >> 8u); \49 (destination)[2] = (uint8_t) (((value) & 0x00FF0000U) >> 16u); \50 (destination)[3] = (uint8_t) (((value) & 0xFF000000U) >> 24u); \61 #define mcuxClMemory_StoreBigEndian32( destination, value ) \ argument63 (destination)[0] = (uint8_t) (((value) & 0xFF000000U) >> 24u); \64 (destination)[1] = (uint8_t) (((value) & 0x00FF0000U) >> 16u); \65 (destination)[2] = (uint8_t) (((value) & 0x0000FF00U) >> 8u); \66 (destination)[3] = (uint8_t) (((value) & 0x000000FFU) >> 0u); \
144 Wkpu_Ip_NmiDestSrcType destination; /**< @brief NMI destination source */ member
930 base->NCR |= WKPU_NCR_NDSS0((uint8)userConfigNMI[i].destination) >> coreShift; in Wkpu_Ip_InitNMI()
49 …uch software or technical data to any person, firm, entity, country or destination to which such t…
52 …uch software or technical data to any person, firm, entity, country or destination to which such t…