Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 14 of 14) sorted by relevance

/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/
A Dbass.c395 while (bass_env->cursor < BASS_NB_BAS_INSTANCES_MAX) in bass_exe_operation()
397 …->conidx] & (1 << bass_env->cursor)) != 0) && (enable->old_batt_lvl[bass_env->cursor] != bass_env-… in bass_exe_operation()
400 bass_notify_batt_lvl(bass_env, enable->conidx, bass_env->cursor); in bass_exe_operation()
402 bass_env->cursor++; in bass_exe_operation()
405 bass_env->cursor++; in bass_exe_operation()
413 while (bass_env->cursor < BLE_CONNECTION_MAX) in bass_exe_operation()
415 if ((bass_env->ntf_cfg[bass_env->cursor] & (1 << update->bas_instance)) != 0) in bass_exe_operation()
418 bass_notify_batt_lvl(bass_env, bass_env->cursor, update->bas_instance); in bass_exe_operation()
420 bass_env->cursor++; in bass_exe_operation()
423 bass_env->cursor++; in bass_exe_operation()
A Duser.c287 while (user_env->operation->cursor < BLE_CONNECTION_MAX) in user_exe_operation()
293 …LOC_DYN(GATTC_SEND_EVT_CMD,KE_BUILD_ID(TASK_GATTC , user_env->operation->cursor), prf_src_task_get… in user_exe_operation()
301 user_env->operation->cursor++; in user_exe_operation()
304 user_env->operation->cursor++; in user_exe_operation()
A Dbass_task.c107 bass_env->cursor = 0; in bass_enable_req_handler()
144 bass_env->cursor = 0; in bass_batt_level_upd_req_handler()
A Duser_task.c137 user_env->operation->cursor = 0; in user_data_notify_req_handler()
A Dprf_utils.c169 wr_char->cursor = 0x0000; in prf_gatt_write()
/bsp/nxp/lpc/lpc178x/drivers/
A Ddrv_glcd.h96 void GLCD_Cursor_En(int cursor);
97 void GLCD_Cursor_Dis(int cursor);
99 void GLCD_Copy_Cursor (const U32 *pCursor, int cursor, int size);
A Ddrv_glcd.c91 void GLCD_Cursor_En(int cursor) in GLCD_Cursor_En() argument
93 LPC_LCD->CRSR_CTRL |= (cursor<<4); in GLCD_Cursor_En()
106 void GLCD_Cursor_Dis(int cursor) in GLCD_Cursor_Dis() argument
156 void GLCD_Copy_Cursor (const unsigned long *pCursor, int cursor, int size) in GLCD_Copy_Cursor() argument
161 pDst += cursor*64; in GLCD_Copy_Cursor()
/bsp/qemu-virt64-aarch64/applications/
A Dgraphic.c28 static rt_uint8_t cursor[VIRTIO_GPU_CURSOR_IMG_SIZE] rt_align(VIRTIO_PAGE_SIZE);
117 while (i < sizeof(cursor) / 4) in graphic_thread()
120 ((rt_uint32_t *)cursor)[i] = 0xcc4caf50; in graphic_thread()
124 rt_device_control(device, VIRTIO_DEVICE_CTRL_CURSOR_SETUP, cursor); in graphic_thread()
/bsp/simulator/SDL2/include/
A DSDL_mouse.h369 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor * cursor);
413 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/inc/
A Dbass.h108 uint8_t cursor; member
A Duser.h88 uint8_t cursor; member
/bsp/renesas/docs/
A DBSP_Peripheral_Driver_Tutorial_of_RA_Series.md30 Move the cursor with the up and down keys on the keyboard, select `Hardware Drivers Config` and pre…
48 Move the cursor to the right to select Save and press Enter, then press Esc to exit the configurati…
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/
A Dgattc_task.h464 uint16_t cursor; member
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile1838 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1840 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
1841 # the search. The filter options can be selected when the cursor is inside the
1842 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>

Completed in 27 milliseconds