| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_sysmpu.c | 163 uint32_t right = base->RGDAAC[regionNum]; in SYSMPU_SetRegionRwxMasterAccessRights() local 170 right &= ~mask; in SYSMPU_SetRegionRwxMasterAccessRights() 171 right |= SYSMPU_REGION_RWXRIGHTS_MASTER( in SYSMPU_SetRegionRwxMasterAccessRights() 174 right |= SYSMPU_REGION_RWXRIGHTS_MASTER_PE(masterNum, accessRights->processIdentifierEnable); in SYSMPU_SetRegionRwxMasterAccessRights() 178 base->RGDAAC[regionNum] = right; in SYSMPU_SetRegionRwxMasterAccessRights() 193 uint32_t right = base->RGDAAC[regionNum]; in SYSMPU_SetRegionRwMasterAccessRights() local 196 right &= ~mask; in SYSMPU_SetRegionRwMasterAccessRights() 197 right |= in SYSMPU_SetRegionRwMasterAccessRights() 200 base->RGDAAC[regionNum] = right; in SYSMPU_SetRegionRwMasterAccessRights()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_font.c | 66 uint8_t *right, uint8_t *bottom) in mf_character_whitespace() argument 76 if (right) *right = 0; in mf_character_whitespace() 83 if (right) *right = font->width - state.max_x - 1; in mf_character_whitespace()
|
| A D | mf_font.h | 121 uint8_t *right, uint8_t *bottom);
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/ |
| A D | attm.h | 52 #define ATTMDB_UPDATE_PERM(handle, access, right)\ argument 53 attm_att_update_perm(handle, (PERM_MASK_ ## access), PERM(access, right))
|
| A D | att.h | 926 #define PERM(access, right) \ argument 927 (((PERM_RIGHT_ ## right) << (PERM_POS_ ## access)) & (PERM_MASK_ ## access)) 930 #define PERM_IS_SET(perm, access, right) \ argument 931 (((perm) & (((PERM_RIGHT_ ## right) << (PERM_POS_ ## access))) \ 932 & (PERM_MASK_ ## access)) == PERM(access, right))
|
| /bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/make/scripts/vscode/ |
| A D | launch.json | 53 … "showDevDebugOutput": false,// Shows output of GDB, helpful when something is not working right 91 … "showDevDebugOutput": false,// Shows output of GDB, helpful when something is not working right
|
| /bsp/simulator/applications/lvgl/ |
| A D | win32drv.c | 800 request_content_size.right - request_content_size.left; in lv_win32_window_message_callback() 908 calculated_window_size.right = MulDiv( in lv_win32_window_message_callback() 933 calculated_window_size.right, in lv_win32_window_message_callback() 1206 SuggestedRect->right, in lv_win32_window_message_callback() 1227 SuggestedRect->right + (WindowWidth - ClientRect.right), in lv_win32_window_message_callback() 1251 ps.rcPaint.right - ps.rcPaint.left, in lv_win32_window_message_callback() 1257 ps.rcPaint.right - ps.rcPaint.left, in lv_win32_window_message_callback()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_ase_type.h | 61 unsigned int right:12; member
|
| A D | de_fcc_type.h | 63 unsigned int right:13; member
|
| A D | de_ase.c | 155 ase_dev[sel][chno]->win1.bits.right = window.x + window.w - 1; in de_ase_set_window()
|
| A D | de_fcc.c | 159 fcc_dev[sel][chno]->fcc_win1.bits.right = in de_fcc_set_window()
|
| /bsp/mini4020/ |
| A D | Ext_SDRAM.ini | 8 /* development tools. Nothing else gives you the right to use this software. */
|
| /bsp/renesas/ra6m3-hmi-board/board/ports/avi/ |
| A D | avi_def.h | 47 int16_t right; member
|
| A D | avifile.c | 75 rt_kprintf("FrameRight:%d\r\n", strh->rcFrame.right); in Strl_Parser()
|
| /bsp/nxp/lpc/lpc54114-lite/drivers/audio/ |
| A D | fsl_wm8904.c | 418 uint16_t right = muteRight ? 0x0100 : 0x0000; in WM8904_SetMute() local 426 result = WM8904_ModifyRegister(handle, WM8904_ANALOG_OUT1_RIGHT, 0x0180, right | 0x0080); in WM8904_SetMute()
|
| /bsp/mini2440/ |
| A D | Ext_RAM.ini | 10 /* development tools. Nothing else gives you the right to use this software. */
|
| /bsp/smartfusion2/CMSIS/startup_arm/ |
| A D | startup_m2sxxx.s | 293 ror r9, r9, r8 ; Rotate right to keep pattern consistent */ 298 …ror.w r9, r9, r7 ; Rotate right by one byte for the next time, to keep pattern consist… 325 …ror.w r2, r2, #8 ; Rotate right by one byte for the next time, to keep pattern consis…
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/ |
| A D | LICENSE | 117 property right owned or controlled by you 144 reserves the right to make changes to the Software without notice. Cypress 198 provided however, that nothing in this Agreement will limit Cypress' right to
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/ |
| A D | EULA | 118 property right owned or controlled by you 145 reserves the right to make changes to the Software without notice. Cypress 199 provided however, that nothing in this Agreement will limit Cypress' right to
|
| /bsp/Infineon/psoc6-pioneerkit_modus/ |
| A D | LICENSE | 117 property right owned or controlled by you 144 reserves the right to make changes to the Software without notice. Cypress 198 provided however, that nothing in this Agreement will limit Cypress' right to
|
| /bsp/Infineon/psoc6-pioneerkit_modus/libs/TARGET_CY8CKIT-062-BLE/ |
| A D | EULA | 39 …rks thereof created by or for Cypress, infringe any intellectual property right owned or controlle… 47 …ERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress reserves the right to make changes to… 55 …nia; provided however, that nothing in this Agreement will limit Cypress' right to bring legal act…
|
| /bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/ |
| A D | EULA | 39 …rks thereof created by or for Cypress, infringe any intellectual property right owned or controlle… 47 …ERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress reserves the right to make changes to… 55 …nia; provided however, that nothing in this Agreement will limit Cypress' right to bring legal act…
|
| /bsp/Infineon/libraries/templates/PSOC62/ |
| A D | LICENSE | 117 property right owned or controlled by you 144 reserves the right to make changes to the Software without notice. Cypress 198 provided however, that nothing in this Agreement will limit Cypress' right to
|
| /bsp/Infineon/psoc6-cy8ckit-062-BLE/ |
| A D | LICENSE | 117 property right owned or controlled by you 144 reserves the right to make changes to the Software without notice. Cypress 198 provided however, that nothing in this Agreement will limit Cypress' right to
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/ |
| A D | LICENSE | 117 property right owned or controlled by you 144 reserves the right to make changes to the Software without notice. Cypress 198 provided however, that nothing in this Agreement will limit Cypress' right to
|