Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 72) sorted by relevance

123

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_i2c_drv.c166 uint32_t left; in i2c_master_address_read() local
200 while (left) { in i2c_master_address_read()
202 left--; in i2c_master_address_read()
323 left--; in i2c_master_address_write()
431 left = size; in i2c_master_read()
524 left = size; in i2c_master_write()
614 left = size; in i2c_slave_write()
681 left = size; in i2c_slave_read()
895 left = size; in i2c_master_seq_transmit()
975 left = size; in i2c_master_seq_receive()
[all …]
A Dhpm_i2s_drv.c334 uint32_t left; in i2s_send_buff() local
344 left = size; in i2s_send_buff()
345 while (left) { in i2s_send_buff()
352 left -= bytes; in i2s_send_buff()
362 return size - left; in i2s_send_buff()
368 uint32_t left; in i2s_receive_buff() local
380 left = size; in i2s_receive_buff()
381 while (left) { in i2s_receive_buff()
389 left--; in i2s_receive_buff()
400 return size - left; in i2s_receive_buff()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_sec_sha.c86 uint32_t left; in bflb_sha1_update() local
104 fill = 64 - left; in bflb_sha1_update()
127 left = 0; in bflb_sha1_update()
193 uint32_t left; in bflb_sha512_update() local
211 fill = 128 - left; in bflb_sha512_update()
233 left = 0; in bflb_sha512_update()
554 uint32_t left; in bflb_sha1_link_update() local
567 fill = 64 - left; in bflb_sha1_link_update()
592 left = 0; in bflb_sha1_link_update()
656 uint32_t left; in bflb_sha512_link_update() local
[all …]
A Dbflb_common.c30 uint32_t left, done, i = 0; in arch_memcpy_fast() local
36 left = n % 4; in arch_memcpy_fast()
37 done = n - left; in arch_memcpy_fast()
39 while (i < left) { in arch_memcpy_fast()
/bsp/bouffalo_lab/bl61x/board/config/
A Dpartition_cfg_4M.toml16 # compressed image must set len,normal image can left it to 0
31 # compressed image must set len,normal image can left it to 0
46 # compressed image must set len,normal image can left it to 0
61 # compressed image must set len,normal image can left it to 0
76 # compressed image must set len,normal image can left it to 0
91 # compressed image must set len,normal image can left it to 0
106 # compressed image must set len,normal image can left it to 0
121 # compressed image must set len,normal image can left it to 0
/bsp/ck802/libraries/common/sha/
A Dck_sha.c372 uint32_t left = total[0] & (block_size - 1); in csi_sha_update() local
373 uint32_t fill = block_size - left; in csi_sha_update()
381 if (left && len >= fill) { in csi_sha_update()
388 *(sha_buffer + left + 3 - last_left - i) = *((uint8_t *)p + 3 - last_left - i); in csi_sha_update()
397 memcpy((void *)(sha_buffer + left + 4 - last_left), p, fill); in csi_sha_update()
399 memcpy((void *)(sha_buffer + left), p, fill); in csi_sha_update()
411 left = 0; in csi_sha_update()
429 memcpy((void *)(sha_buffer + left), p, len); in csi_sha_update()
431 memcpy((void *)(sha_buffer + left), p, len + 4 - word_left); in csi_sha_update()
473 uint32_t left = total[0] & 0x3; in csi_sha_finish() local
[all …]
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_font.c65 uint8_t *left, uint8_t *top, in mf_character_whitespace() argument
74 if (left) *left = font->width; in mf_character_whitespace()
81 if (left) *left = state.min_x; in mf_character_whitespace()
A Dmf_font.h120 uint8_t *left, uint8_t *top,
/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Dsha.c278 uint32_t left; in csi_sha_update() local
289 left = strlen((const char *)context->buffer); ///< Get unused message in csi_sha_update()
294 if (left) { in csi_sha_update()
295 …memcpy((uint8_t *)context->buffer + left, p_data_in, SHA_ALG_SELECT_MIN(block_size - left, size));… in csi_sha_update()
296 …size += left; ///< input message size need add original … in csi_sha_update()
313 p_data_in += (block_size - left); ///< input address offset in csi_sha_update()
314 left = 0U; in csi_sha_update()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dprintf.c305 unsigned short left = FALSE; in PutNumber() local
316 left = TRUE; in PutNumber()
366 if (!left) in PutNumber()
373 if (left) in PutNumber()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dprintf.c305 unsigned short left = FALSE; in PutNumber() local
316 left = TRUE; in PutNumber()
366 if (!left) in PutNumber()
373 if (left) in PutNumber()
/bsp/fm33lc026/libraries/FM/FM33xx/Source/Templates/gcc/linker/
A Dfm33lc01x_flash.ld114 /* User_heap_stack section, used to check that there is enough RAM left */
121 ASSERT ((_stack_base > end), "Error: No room left for the stack")
124 /* left ram for heap */
128 ASSERT ((heap_len > _Min_Heap_Size), "Error: No room left for the heap")
A Dfm33lc02x_flash.ld114 /* User_heap_stack section, used to check that there is enough RAM left */
121 ASSERT ((_stack_base > end), "Error: No room left for the stack")
124 /* left ram for heap */
128 ASSERT ((heap_len > _Min_Heap_Size), "Error: No room left for the heap")
A Dfm33lc04x_flash.ld114 /* User_heap_stack section, used to check that there is enough RAM left */
121 ASSERT ((_stack_base > end), "Error: No room left for the stack")
124 /* left ram for heap */
128 ASSERT ((heap_len > _Min_Heap_Size), "Error: No room left for the heap")
/bsp/samd21/sam_d2x_asflib/common/boards/user_board/debug_config/
A Dflash.gdb1 # This file needs to be customized to your MCU and is intentionally left blank
A Dram.gdb1 # This file needs to be customized to your MCU and is intentionally left blank
A Dflash.mac1 // This file needs to be customized to your MCU and is intentionally left blank /**
A Dram.mac1 // This file needs to be customized to your MCU and is intentionally left blank /**
/bsp/simulator/applications/lvgl/
A Dwin32drv.c800 request_content_size.right - request_content_size.left; in lv_win32_window_message_callback()
907 calculated_window_size.left = 0; in lv_win32_window_message_callback()
925 -calculated_window_size.left, in lv_win32_window_message_callback()
1204 SuggestedRect->left, in lv_win32_window_message_callback()
1225 SuggestedRect->left, in lv_win32_window_message_callback()
1249 ps.rcPaint.left, 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 Dde_ase_type.h51 unsigned int left:12; member
A Dde_fcc_type.h53 unsigned int left:13; member
/bsp/renesas/ra6m3-hmi-board/board/ports/avi/
A Davi_def.h45 int16_t left; member
/bsp/nxp/lpc/lpc43xx/M0/
A DSConstruct31 # Remove the .o for M0 left on the drivers dir.
/bsp/nxp/lpc/lpc43xx/M4/
A DSConstruct49 # Remove the .o for M0 left on the drivers dir.
/bsp/at91/at91sam9260/link_scripts/
A Dat91sam9260_ram.icf28 // Indicate that the noinit values should be left alone. This includes the

Completed in 38 milliseconds

123