| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_i2c_drv.c | 166 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 D | hpm_i2s_drv.c | 334 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 D | bflb_sec_sha.c | 86 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 D | bflb_common.c | 30 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 D | partition_cfg_4M.toml | 16 # 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 D | ck_sha.c | 372 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 D | mf_font.c | 65 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 D | mf_font.h | 120 uint8_t *left, uint8_t *top,
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/ |
| A D | sha.c | 278 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 D | printf.c | 305 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 D | printf.c | 305 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 D | fm33lc01x_flash.ld | 114 /* 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 D | fm33lc02x_flash.ld | 114 /* 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 D | fm33lc04x_flash.ld | 114 /* 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 D | flash.gdb | 1 # This file needs to be customized to your MCU and is intentionally left blank
|
| A D | ram.gdb | 1 # This file needs to be customized to your MCU and is intentionally left blank
|
| A D | flash.mac | 1 // This file needs to be customized to your MCU and is intentionally left blank /**
|
| A D | ram.mac | 1 // This file needs to be customized to your MCU and is intentionally left blank /**
|
| /bsp/simulator/applications/lvgl/ |
| A D | win32drv.c | 800 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 D | de_ase_type.h | 51 unsigned int left:12; member
|
| A D | de_fcc_type.h | 53 unsigned int left:13; member
|
| /bsp/renesas/ra6m3-hmi-board/board/ports/avi/ |
| A D | avi_def.h | 45 int16_t left; member
|
| /bsp/nxp/lpc/lpc43xx/M0/ |
| A D | SConstruct | 31 # Remove the .o for M0 left on the drivers dir.
|
| /bsp/nxp/lpc/lpc43xx/M4/ |
| A D | SConstruct | 49 # Remove the .o for M0 left on the drivers dir.
|
| /bsp/at91/at91sam9260/link_scripts/ |
| A D | at91sam9260_ram.icf | 28 // Indicate that the noinit values should be left alone. This includes the
|