Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 17 of 17) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.h301 #define TEST_ASSERT_EQUAL_INT(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT((expected), (actual),… argument
302 #define TEST_ASSERT_EQUAL_INT8(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT8((expected), (actual)… argument
303 #define TEST_ASSERT_EQUAL_INT16(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT16((expected), (actual… argument
304 #define TEST_ASSERT_EQUAL_INT32(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT32((expected), (actual… argument
305 #define TEST_ASSERT_EQUAL_INT64(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT64((expected), (actual… argument
306 #define TEST_ASSERT_EQUAL(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT((expected), (actual),… argument
307 #define TEST_ASSERT_NOT_EQUAL(expected, actual) \ argument
308 UNITY_TEST_ASSERT(((expected) != (actual)), __LINE__, " Expected Not-Equal")
309 #define TEST_ASSERT_EQUAL_UINT(expected, actual) UNITY_TEST_ASSERT_EQUAL_UINT((expected), (actual… argument
310 #define TEST_ASSERT_EQUAL_UINT8(expected, actual) UNITY_TEST_ASSERT_EQUAL_UINT8((expected), (actua… argument
[all …]
Dunity_internals.h435 void UnityAssertEqualNumber(const _U_SINT expected,
441 void UnityAssertEqualIntArray(const _U_SINT *expected,
449 const _U_UINT expected,
454 void UnityAssertEqualString(const char *expected,
459 void UnityAssertEqualStringArray(const char **expected,
465 void UnityAssertEqualMemory(unsigned char *expected,
473 const _U_SINT expected,
485 …const _UF delta, const _UF expected, const _UF actual, const char *msg, const UNITY_LINE_TYPE line…
487 void UnityAssertEqualFloatArray(const _UF *expected,
510 …const _UD delta, const _UD expected, const _UD actual, const char *msg, const UNITY_LINE_TYPE line…
[all …]
Dunity.c575 void UnityPrintExpectedAndActualStrings(const char *expected, const char *actual) in UnityPrintExpectedAndActualStrings() argument
578 if (expected != NULL) in UnityPrintExpectedAndActualStrings()
581 UnityPrint(expected); in UnityPrintExpectedAndActualStrings()
606 int UnityCheckArraysForNull(const void *expected, const void *actual, const UNITY_LINE_TYPE lineNum… in UnityCheckArraysForNull() argument
609 if ((expected == NULL) && (actual == NULL)) in UnityCheckArraysForNull()
614 if (expected == NULL) in UnityCheckArraysForNull()
640 …const _U_UINT mask, const _U_UINT expected, const _U_UINT actual, const char *msg, const UNITY_LIN… in UnityAssertBits() argument
644 if ((mask & expected) != (mask & actual)) in UnityAssertBits()
648 UnityPrintMask(mask, expected); in UnityAssertBits()
661 void UnityAssertEqualNumber(const _U_SINT expected, in UnityAssertEqualNumber() argument
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/drivers/
Dfsl_clock.c1634 uint32_t expected, up, low; in CLOCK_FroTuneToFreq() local
1653 expected = ((targetFreq * 4095U) / xtalFreq + 6U) / 2U; in CLOCK_FroTuneToFreq()
1658 CLKCTL0->FRO_CONTROL = CLKCTL0_FRO_CONTROL_EXP_COUNT(expected) | in CLOCK_FroTuneToFreq()
1659 CLKCTL0_FRO_CONTROL_THRESH_RANGE_UP(up - expected) | in CLOCK_FroTuneToFreq()
1660 … CLKCTL0_FRO_CONTROL_THRESH_RANGE_LOW(expected - low) | CLKCTL0_FRO_CONTROL_ENA_TUNE_MASK; in CLOCK_FroTuneToFreq()
1688 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
1700 expected = ((targetFreq * 4095U) / xtalFreq + 6U) / 2U; in CLOCK_EnableFroTuning()
1705 CLKCTL0->FRO_CONTROL = CLKCTL0_FRO_CONTROL_EXP_COUNT(expected) | in CLOCK_EnableFroTuning()
1706 CLKCTL0_FRO_CONTROL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
1707 … CLKCTL0_FRO_CONTROL_THRESH_RANGE_LOW(expected - low) | CLKCTL0_FRO_CONTROL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT533S/drivers/
Dfsl_clock.c1634 uint32_t expected, up, low; in CLOCK_FroTuneToFreq() local
1653 expected = ((targetFreq * 4095U) / xtalFreq + 6U) / 2U; in CLOCK_FroTuneToFreq()
1658 CLKCTL0->FRO_CONTROL = CLKCTL0_FRO_CONTROL_EXP_COUNT(expected) | in CLOCK_FroTuneToFreq()
1659 CLKCTL0_FRO_CONTROL_THRESH_RANGE_UP(up - expected) | in CLOCK_FroTuneToFreq()
1660 … CLKCTL0_FRO_CONTROL_THRESH_RANGE_LOW(expected - low) | CLKCTL0_FRO_CONTROL_ENA_TUNE_MASK; in CLOCK_FroTuneToFreq()
1688 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
1700 expected = ((targetFreq * 4095U) / xtalFreq + 6U) / 2U; in CLOCK_EnableFroTuning()
1705 CLKCTL0->FRO_CONTROL = CLKCTL0_FRO_CONTROL_EXP_COUNT(expected) | in CLOCK_EnableFroTuning()
1706 CLKCTL0_FRO_CONTROL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
1707 … CLKCTL0_FRO_CONTROL_THRESH_RANGE_LOW(expected - low) | CLKCTL0_FRO_CONTROL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT555S/drivers/
Dfsl_clock.c1634 uint32_t expected, up, low; in CLOCK_FroTuneToFreq() local
1653 expected = ((targetFreq * 4095U) / xtalFreq + 6U) / 2U; in CLOCK_FroTuneToFreq()
1658 CLKCTL0->FRO_CONTROL = CLKCTL0_FRO_CONTROL_EXP_COUNT(expected) | in CLOCK_FroTuneToFreq()
1659 CLKCTL0_FRO_CONTROL_THRESH_RANGE_UP(up - expected) | in CLOCK_FroTuneToFreq()
1660 … CLKCTL0_FRO_CONTROL_THRESH_RANGE_LOW(expected - low) | CLKCTL0_FRO_CONTROL_ENA_TUNE_MASK; in CLOCK_FroTuneToFreq()
1688 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
1700 expected = ((targetFreq * 4095U) / xtalFreq + 6U) / 2U; in CLOCK_EnableFroTuning()
1705 CLKCTL0->FRO_CONTROL = CLKCTL0_FRO_CONTROL_EXP_COUNT(expected) | in CLOCK_EnableFroTuning()
1706 CLKCTL0_FRO_CONTROL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
1707 … CLKCTL0_FRO_CONTROL_THRESH_RANGE_LOW(expected - low) | CLKCTL0_FRO_CONTROL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/
DREADME.md46 … None | Yes| Yes| Reshape is not done in this function <br/> Only minor improvements are expected |
47 … None | Yes| Yes| Reshape is not done in this function <br/> Only minor improvements are expected |
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_zephyr.c40 #define OSA_RETURN_IF_WRONG_CHECKMARK(checked, expected, retVal) \ argument
42 if (checked != expected) \
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch285 * \param[in] img_state: kPlatOtaImg_CandidateRdy or kPlatOtaImg_Permanent are expected
287 * \return kStatus_InvalidArgument is cur_state out of expected set.
/hal_nxp-latest/mcux/mcux-sdk/
DREADME.md78 …o another revision, you need to first update the main repository to the expected revision, then up…
110 … releases the latest code base and feature set on main branch, which is expected to include all th…
DCONTRIBUTING.md17 All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md). Please make sure…
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/
Dfsl_clock.c2095 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
2103 expected = (uint32_t)((targetFreq * (2047U * 2U + 1U) / xtalFreq + 6U) / 2U); in CLOCK_EnableFroTuning()
2108 … CGC_RTD->FROCTRL = CGC_FROCTRL_EXP_COUNT(expected) | CGC_FROCTRL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
2109 CGC_FROCTRL_THRESH_RANGE_LOW(expected - low) | CGC_FROCTRL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/
Dfsl_clock.c2095 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
2103 expected = (uint32_t)((targetFreq * (2047U * 2U + 1U) / xtalFreq + 6U) / 2U); in CLOCK_EnableFroTuning()
2108 … CGC_RTD->FROCTRL = CGC_FROCTRL_EXP_COUNT(expected) | CGC_FROCTRL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
2109 CGC_FROCTRL_THRESH_RANGE_LOW(expected - low) | CGC_FROCTRL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/
Dfsl_clock.c2095 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
2103 expected = (uint32_t)((targetFreq * (2047U * 2U + 1U) / xtalFreq + 6U) / 2U); in CLOCK_EnableFroTuning()
2108 … CGC_RTD->FROCTRL = CGC_FROCTRL_EXP_COUNT(expected) | CGC_FROCTRL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
2109 CGC_FROCTRL_THRESH_RANGE_LOW(expected - low) | CGC_FROCTRL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/
Dfsl_clock.c2095 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
2103 expected = (uint32_t)((targetFreq * (2047U * 2U + 1U) / xtalFreq + 6U) / 2U); in CLOCK_EnableFroTuning()
2108 … CGC_RTD->FROCTRL = CGC_FROCTRL_EXP_COUNT(expected) | CGC_FROCTRL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
2109 CGC_FROCTRL_THRESH_RANGE_LOW(expected - low) | CGC_FROCTRL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/
Dfsl_clock.c2095 uint32_t expected, up, low; in CLOCK_EnableFroTuning() local
2103 expected = (uint32_t)((targetFreq * (2047U * 2U + 1U) / xtalFreq + 6U) / 2U); in CLOCK_EnableFroTuning()
2108 … CGC_RTD->FROCTRL = CGC_FROCTRL_EXP_COUNT(expected) | CGC_FROCTRL_THRESH_RANGE_UP(up - expected) | in CLOCK_EnableFroTuning()
2109 CGC_FROCTRL_THRESH_RANGE_LOW(expected - low) | CGC_FROCTRL_ENA_TUNE_MASK; in CLOCK_EnableFroTuning()
/hal_nxp-latest/mcux/mcux-sdk/cmake/backports/
DFindPythonInterp.cmake66 # priority, which is expected behaviour.