Home
last modified time | relevance | path

Searched refs:right (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sysmpu/
Dfsl_sysmpu.c214 uint32_t right = base->RGDAAC[regionNum]; in SYSMPU_SetRegionRwxMasterAccessRights() local
221 right &= ~mask; in SYSMPU_SetRegionRwxMasterAccessRights()
222 right |= SYSMPU_REGION_RWXRIGHTS_MASTER( in SYSMPU_SetRegionRwxMasterAccessRights()
225 right |= SYSMPU_REGION_RWXRIGHTS_MASTER_PE(masterNum, accessRights->processIdentifierEnable); in SYSMPU_SetRegionRwxMasterAccessRights()
229 base->RGDAAC[regionNum] = right; in SYSMPU_SetRegionRwxMasterAccessRights()
259 uint32_t right = base->RGDAAC[regionNum]; in SYSMPU_SetRegionRwMasterAccessRights() local
262 right &= ~mask; in SYSMPU_SetRegionRwMasterAccessRights()
263 right |= SYSMPU_REGION_RWRIGHTS_MASTER( in SYSMPU_SetRegionRwMasterAccessRights()
266 base->RGDAAC[regionNum] = right; in SYSMPU_SetRegionRwMasterAccessRights()
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
Darm_jensenshannon_distance_f16.c150 _Float16 left, right,sum, tmp; in arm_jensenshannon_distance_f16() local
155 right = 0.0f16; in arm_jensenshannon_distance_f16()
160 right += (_Float16)rel_entr(pB[i], tmp); in arm_jensenshannon_distance_f16()
164 sum = left + right; in arm_jensenshannon_distance_f16()
Darm_jensenshannon_distance_f32.c223 float32_t left, right,sum, result, tmp; in arm_jensenshannon_distance_f32() local
227 right = 0.0f; in arm_jensenshannon_distance_f32()
232 right += rel_entr(pB[i], tmp); in arm_jensenshannon_distance_f32()
236 sum = left + right; in arm_jensenshannon_distance_f32()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md73 - A typical stereo setup is to play left channel for left speaker and right channel for right speak…
/hal_nxp-3.6.0/mcux/mcux-sdk/
DCONTRIBUTING.md51 have the right to submit it under the open source license
56 license and I have the right under that license to submit that
DLA_OPT_NXP_Software_License RTAudio.txt10 …ogous rights throughout the world, including any applications for and the right to apply for, any …
33 …ncluding any problems or suggested improvements thereof. NXP retains the right to use such result…
35 …stance reasonably requested by NXP to establish, preserve or enforce such right. Further, you agre…
61 … following expiration or termination of this Agreement. NXP will have the right, either itself or …
105 …osoft Corporation is a third party beneficiary to this Agreement with the right to enforce the ter…
DCODE_OF_CONDUCT.md47 Community leaders have the right and responsibility to remove, edit, or reject
DLA_OPT_NXP_Software_License.txt10 …ogous rights throughout the world, including any applications for and the right to apply for, any …
34 …uding any problems or suggested improvements thereof, and NXP retains the right to use such result…
38 …stance reasonably requested by NXP to establish, preserve or enforce such right. Further, you agr…
39 …to provide all assistance reasonably requested by NXP to establish, preserve or enforce such right.
63 … following expiration or termination of this Agreement. NXP will have the right, either itself or …
150 …osoft Corporation is a third party beneficiary to this Agreement with the right to enforce the ter…
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.c1136 uint16_t right = (uint16_t)(muteRight ? 0x0100U : 0x0000U); in WM8904_SetMute() local
1144 …result = WM8904_ModifyRegister(handle, WM8904_ANALOG_OUT1_RIGHT, 0x0180U, ((uint16_t)right | 0x008… in WM8904_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py6451 left, right = expr[1:]
6453 if right is sym:
6454 left, right = right, left
6458 return (expr[0] is EQUAL and right is sym.kconfig.m or
6459 right is sym.kconfig.y) or \
6460 (expr[0] is UNEQUAL and right is sym.kconfig.n)
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/
DREADME.md129 If you use cmake, it is easy since high level options are defined and they will select the right co…