Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 203) sorted by relevance

123456789

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/PrivateInclude/
Darm_vec_fft.h38 #define MVE_CMPLX_ADD_A_ixB(A, B) vcaddq_rot90(A,B) argument
39 #define MVE_CMPLX_SUB_A_ixB(A,B) vcaddq_rot270(A,B) argument
40 #define MVE_CMPLX_MULT_FLT_AxB(A,B) vcmlaq_rot90(vcmulq(A, B), A, B) argument
41 #define MVE_CMPLX_MULT_FLT_Conj_AxB(A,B) vcmlaq_rot270(vcmulq(A, B), A, B) argument
43 #define MVE_CMPLX_MULT_FX_AxB(A,B) vqdmladhxq(vqdmlsdhq((__typeof(A))vuninitializedq_s32()… argument
44 #define MVE_CMPLX_MULT_FX_AxConjB(A,B) vqdmladhq(vqdmlsdhxq((__typeof(A))vuninitializedq_s32()… argument
46 #define MVE_CMPLX_ADD_FX_A_ixB(A, B) vhcaddq_rot90(A,B) argument
47 #define MVE_CMPLX_SUB_FX_A_ixB(A,B) vhcaddq_rot270(A,B) argument
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/isi_qmc_dgc/project_template/cm4/
Dpin_mux.h73 #define BOARD_INITADCPINS_IA4_ADC1_B0_SIGNAL B /*!< Signal name…
79 #define BOARD_INITADCPINS_IDC1_ADC1_B1_SIGNAL B /*!< Signal name…
85 #define BOARD_INITADCPINS_IDC2_ADC1_B2_SIGNAL B /*!< Signal name…
91 #define BOARD_INITADCPINS_IC4_ADC12_B3_SIGNAL B /*!< Signal name…
97 #define BOARD_INITADCPINS_VDC1_ADC12_B4_SIGNAL B /*!< Signal name…
103 #define BOARD_INITADCPINS_VDC2_ADC12_B5_SIGNAL B /*!< Signal name…
133 #define BOARD_INITADCPINS_IB4_ADC2_B0_SIGNAL B /*!< Signal name…
139 #define BOARD_INITADCPINS_IDC3_ADC2_B1_SIGNAL B /*!< Signal name…
145 #define BOARD_INITADCPINS_IDC4_ADC2_B2_SIGNAL B /*!< Signal name…
151 #define BOARD_INITADCPINS_VDC4_ADC2_B6_LPUART1_RX_SIGNAL B /*!< Signal name…
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/isi_qmc_dgc/project_template/cm7/
Dpin_mux.h67 #define BOARD_INITADCPINS_IA4_ADC1_B0_SIGNAL B /*!< Signal name…
73 #define BOARD_INITADCPINS_IDC1_ADC1_B1_SIGNAL B /*!< Signal name…
79 #define BOARD_INITADCPINS_IDC2_ADC1_B2_SIGNAL B /*!< Signal name…
85 #define BOARD_INITADCPINS_IC4_ADC12_B3_SIGNAL B /*!< Signal name…
91 #define BOARD_INITADCPINS_VDC1_ADC12_B4_SIGNAL B /*!< Signal name…
97 #define BOARD_INITADCPINS_VDC2_ADC12_B5_SIGNAL B /*!< Signal name…
133 #define BOARD_INITADCPINS_IB4_ADC2_B0_SIGNAL B /*!< Signal name…
139 #define BOARD_INITADCPINS_IDC3_ADC2_B1_SIGNAL B /*!< Signal name…
145 #define BOARD_INITADCPINS_IDC4_ADC2_B2_SIGNAL B /*!< Signal name…
151 #define BOARD_INITADCPINS_VDC4_ADC2_B6_LPUART1_RX_SIGNAL B /*!< Signal name…
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dmatrix.c48 void f3x3matrixAeqB(float A[][3], float B[][3]) in f3x3matrixAeqB()
58 pBij = B[i]; in f3x3matrixAeqB()
150 void f3x3matrixAeqInvSymB(float A[][3], float B[][3]) in f3x3matrixAeqInvSymB()
158 fB11B22mB12B12 = B[1][1] * B[2][2] - B[1][2] * B[1][2]; in f3x3matrixAeqInvSymB()
159 fB12B02mB01B22 = B[1][2] * B[0][2] - B[0][1] * B[2][2]; in f3x3matrixAeqInvSymB()
160 fB01B12mB11B02 = B[0][1] * B[1][2] - B[1][1] * B[0][2]; in f3x3matrixAeqInvSymB()
163 ftmp = B[0][0] * in f3x3matrixAeqInvSymB()
165 B[0][1] * in f3x3matrixAeqInvSymB()
167 B[0][2] * in f3x3matrixAeqInvSymB()
177 A[1][1] = (B[0][0] * B[2][2] - B[0][2] * B[0][2]) * ftmp; in f3x3matrixAeqInvSymB()
[all …]
Dstatus.c30 #define B 0x01 // Blue LED macro
43 if (RGB & B) in ssSetLeds()
140 #undef B
Dmatrix.h27 float B[][3]
43 float B[][3]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.h714 uint8_t *B,
744 uint8_t *B,
771 const uint8_t *B,
799 const uint8_t *B,
826 const uint8_t *B,
859 const uint8_t *B,
1061 const uint8_t *B,
1088 const cau3_pkha_ecc_point_t *B,
1114 const cau3_pkha_ecc_point_t *B,
1243 const cau3_pkha_ecc_point_t *B,
Dfsl_cau3.c804 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E);
2357 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E) in cau3_pkha_clear_regabne() argument
2369 if (B) in cau3_pkha_clear_regabne()
2511 const uint8_t *B, in cau3_pkha_init_data() argument
2540 …(void)cau3_pkha_clear_regabne(base, (bool)(uintptr_t)A, (bool)(uintptr_t)B, (bool)(uintptr_t)N, (b… in cau3_pkha_init_data()
2565 if (B != NULL) in cau3_pkha_init_data()
2567 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegB, 0, B, sizeB); in cau3_pkha_init_data()
2701 const uint8_t *B, in cau3_pkha_modmul() argument
2722 if (CAU3_PKHA_CompareBigNum(B, sizeB, N, sizeN) >= 0) in cau3_pkha_modmul()
2735 cau3_pkha_init_data(base, A, sizeA, B, sizeB, N, sizeN, NULL, 0); in cau3_pkha_modmul()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_q31.c141 …ine MVE_CMPLX_MULT_FX_AxB_S32(A,B) vqdmladhxq_s32(vqdmlsdhq_s32((__typeof(A))vuninitializ… argument
142 …e MVE_CMPLX_MULT_FX_AxConjB_S32(A,B) vqdmladhq_s32(vqdmlsdhxq_s32((__typeof(A))vuninitialized… argument
Darm_rfft_q15.c142 …ine MVE_CMPLX_MULT_FX_AxB_S16(A,B) vqdmladhxq_s16(vqdmlsdhq_s16((__typeof(A))vuninitializ… argument
143 …e MVE_CMPLX_MULT_FX_AxConjB_S16(A,B) vqdmladhq_s16(vqdmlsdhxq_s16((__typeof(A))vuninitialized… argument
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.h1194 uint8_t *B,
1224 uint8_t *B,
1251 const uint8_t *B,
1279 const uint8_t *B,
1306 const uint8_t *B,
1339 const uint8_t *B,
1494 const uint8_t *B,
1521 const ltc_pkha_ecc_point_t *B,
1547 const ltc_pkha_ecc_point_t *B,
Dfsl_ltc.c178 static status_t ltc_pkha_clear_regabne(LTC_Type *base, bool A, bool B, bool N, bool E);
3823 static status_t ltc_pkha_clear_regabne(LTC_Type *base, bool A, bool B, bool N, bool E) in ltc_pkha_clear_regabne() argument
3835 if (B) in ltc_pkha_clear_regabne()
3974 const uint8_t *B, in ltc_pkha_init_data() argument
4003 …(void)ltc_pkha_clear_regabne(base, (bool)(uintptr_t)A, (bool)(uintptr_t)B, (bool)(uintptr_t)N, (bo… in ltc_pkha_init_data()
4028 if (NULL != B) in ltc_pkha_init_data()
4030 (void)ltc_pkha_write_reg(base, kLTC_PKHA_RegB, 0, B, sizeB); in ltc_pkha_init_data()
4164 const uint8_t *B, in ltc_pkha_modmul() argument
4185 if (LTC_PKHA_CompareBigNum(B, sizeB, N, sizeN) >= 0) in ltc_pkha_modmul()
4198 ltc_pkha_init_data(base, A, sizeA, B, sizeB, N, sizeN, NULL, 0); in ltc_pkha_modmul()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c7290 const uint8_t *B, in caam_pkha_algorithm_operation_command() argument
7335 if ((B != NULL) && (sizeB != 0U)) in caam_pkha_algorithm_operation_command()
7339 DESC_SET_ADDR(descriptor[8], B); in caam_pkha_algorithm_operation_command()
7422 const caam_pkha_ecc_point_t *B, in caam_pkha_ecc_algorithm_operation_command() argument
7470 if (B != NULL) in caam_pkha_ecc_algorithm_operation_command()
7473 DESC_SET_ADDR(descriptor[14], B->X); in caam_pkha_ecc_algorithm_operation_command()
7475 DESC_SET_ADDR(descriptor[16], B->Y); in caam_pkha_ecc_algorithm_operation_command()
7612 const uint8_t *B,
7625 const uint8_t *B, in CAAM_PKHA_ModAddNonBlocking() argument
7643 if (CAAM_PKHA_CompareBigNum(B, sizeB, N, sizeN) >= 0) in CAAM_PKHA_ModAddNonBlocking()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT595S/drivers/
Dfsl_iap.h171 } B; member
186 } B; member
201 } B; member
427 } B; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/drivers/
Dfsl_iap.h171 } B; member
186 } B; member
201 } B; member
427 } B; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT633S/drivers/
Dfsl_iap.h171 } B; member
186 } B; member
201 } B; member
427 } B; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT555S/drivers/
Dfsl_iap.h171 } B; member
186 } B; member
201 } B; member
427 } B; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT533S/drivers/
Dfsl_iap.h171 } B; member
186 } B; member
201 } B; member
427 } B; member
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h46 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
47 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxCsslMemory/inc/impl/
DmcuxCsslMemory_Copy_asm.h89 B mcuxCsslMemory_Copy_fault; \
105 B mcuxCsslMemory_Copy_fault; \
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.h101 #define MIN(A, B) (A < B ? A : B) argument
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_gpio/
Dfsl_gpio.h155 base->B[port][pin] = output; in GPIO_PinWrite()
174 return (uint32_t)base->B[port][pin]; in GPIO_PinRead()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/
Dfsl_flexspi_nor_flash.h332 } B; member
347 } B; member
361 } B; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/
Dfsl_flexspi_nor_flash.h332 } B; member
347 } B; member
361 } B; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/
Dfsl_flexspi_nor_flash.h332 } B; member
347 } B; member
361 } B; member

123456789