Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 20 of 20) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_math.c360 pq_float_t magic; in PQ_VectorSinQ31() local
363 magic.integerX = 0x30c90fdbU; in PQ_VectorSinQ31()
375 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
384 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
389 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
394 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
399 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
404 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
409 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
414 valFloat.floatX = magic.floatX * (float)(*pSrc++); in PQ_VectorSinQ31()
[all …]
Dfsl_powerquad.h2049 pq_float_t magic; in PQ_SinQ31() local
2052 magic.integerX = 0x30c90fdb; in PQ_SinQ31()
2053 valFloat.floatX = magic.floatX * (float)val; in PQ_SinQ31()
2085 pq_float_t magic; in PQ_SinQ15() local
2088 magic.integerX = 0x30c90fdbU; in PQ_SinQ15()
2089 valFloat.floatX = magic.floatX * (float)(uint32_t)((uint32_t)val << 16U); in PQ_SinQ15()
2122 pq_float_t magic; in PQ_CosQ31() local
2125 magic.integerX = 0x30c90fdb; in PQ_CosQ31()
2126 valFloat.floatX = magic.floatX * (float)val; in PQ_CosQ31()
2158 pq_float_t magic; in PQ_CosQ15() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu_common.h143 (((imuLinkId) == kIMU_LinkCpu1Cpu2) ? (&imuMsgQ12->magic[1]) : (&imuMsgQ23->magic[0]))
145 (((imuLinkId) == kIMU_LinkCpu1Cpu2) ? (&imuMsgQ12->magic[0]) : (&imuMsgQ23->magic[1]))
151 (((imuLinkId) == kIMU_LinkCpu1Cpu3) ? (&imuMsgQ13->magic[1]) : (&imuMsgQ23->magic[1]))
153 (((imuLinkId) == kIMU_LinkCpu1Cpu3) ? (&imuMsgQ13->magic[0]) : (&imuMsgQ23->magic[0]))
Dfsl_adapter_imu.h397 volatile uint32_t magic[2]; member
404 volatile uint32_t magic[2]; member
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfcommon.h144 (((imuLinkId) == kIMU_LinkCpu1Cpu2) ? (&imuMsgQ12->magic[1]) : (&imuMsgQ23->magic[0]))
146 (((imuLinkId) == kIMU_LinkCpu1Cpu2) ? (&imuMsgQ12->magic[0]) : (&imuMsgQ23->magic[1]))
152 (((imuLinkId) == kIMU_LinkCpu1Cpu3) ? (&imuMsgQ13->magic[1]) : (&imuMsgQ23->magic[1]))
154 (((imuLinkId) == kIMU_LinkCpu1Cpu3) ? (&imuMsgQ13->magic[0]) : (&imuMsgQ23->magic[0]))
Dfsl_adapter_rfimu.h141 volatile uint32_t magic[2]; member
148 volatile uint32_t magic[2]; member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch108 uint8_t magic[16];
165 memcpy(image_trailer_p->magic, trailer_img_magic, sizeof(trailer_img_magic));
167 PRINTF("write magic number offset = 0x%x\r\n", off);
202 memcpy(image_trailer_p->magic, trailer_img_magic, sizeof(trailer_img_magic));
244 …if ((trailer_img_magic_check(image_trailer_p->magic) == 0) || (image_trailer_p->copy_done != 0x01))
320 * - kPlatOtaImg_Permanent: if candidate trailer's magic is correct and image marked OK.
321 * - kPlatOtaImg_RunCandidate: if candidate trailer's magic is unset and active trailer
365 if (trailer_img_magic_check(image_trailer2.magic))
382 else if (check_unset(image_trailer2.magic, sizeof(image_trailer2.magic)))
384 … if (trailer_img_magic_check(image_trailer1.magic) && (image_trailer1.image_ok == 0xff) &&
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/
Dfsl_loader_utils.c1447 if ((pt_a_ptr->magic != TAG_SB_V3) && (pt_b_ptr->magic != TAG_SB_V3)) in load_service()
1452 else if ((pt_a_ptr->magic == TAG_SB_V3) && (pt_b_ptr->magic != TAG_SB_V3)) in load_service()
1468 else if ((pt_a_ptr->magic != TAG_SB_V3) && (pt_b_ptr->magic == TAG_SB_V3)) in load_service()
1567 if (pt_a_ptr->magic == TAG_SB_V3) in load_service_monolithic()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/nboot/
Dfsl_romapi_nboot.h142 …uint32_t magic; /*! offset 0x00: Fixed 4-byte string of 'sbv3' without the traili… member
363 uint32_t magic; //!< magic number. member
376 uint32_t magic; //!< magic number member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/nboot/
Dfsl_romapi_nboot.h142 …uint32_t magic; /*! offset 0x00: Fixed 4-byte string of 'sbv3' without the traili… member
363 uint32_t magic; //!< magic number. member
376 uint32_t magic; //!< magic number member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/nboot/
Dfsl_nboot_hal.h75 …uint32_t magic; /*!< offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL … member
99 uint32_t magic; /*!< magic number. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/nboot/
Dfsl_nboot_hal.h75 …uint32_t magic; /*!< offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL … member
99 uint32_t magic; /*!< magic number. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/nboot/
Dfsl_nboot_hal.h75 …uint32_t magic; /*!< offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL … member
99 uint32_t magic; /*!< magic number. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/nboot/
Dfsl_nboot_hal.h75 …uint32_t magic; /*!< offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL … member
99 uint32_t magic; /*!< magic number. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/romapi/nboot/
Dfsl_romapi_nboot.h66 …uint32_t magic; /*!< offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL … member
332 uint32_t magic; //!< magic number. member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/romapi/nboot/
Dfsl_romapi_nboot.h66 …uint32_t magic; /*!< offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL … member
332 uint32_t magic; //!< magic number. member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/romapi/nboot/
Dfsl_romapi_nboot.h66 …uint32_t magic; /*!< offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL … member
332 uint32_t magic; //!< magic number. member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW727C/drivers/
Dfsl_nboot.h219 uint32_t magic; /*! offset 0x00: Fixed 4-byte string of 'sbv3' without the member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/drivers/
Dfsl_nboot.h219 uint32_t magic; /*! offset 0x00: Fixed 4-byte string of 'sbv3' without the member
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/include/
Dfsl_loader_utils.h216 …uint32_t magic; /*! offset 0x00: Fixed 4-byte string of 'sbv3' without the trailing NULL */ member