Searched refs:arch_memset (Results 1 – 9 of 9) sorted by relevance
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/ |
| A D | bflb_sflash.c | 194 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 238 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 284 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 328 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 390 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 556 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 588 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 640 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 694 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); 748 arch_memset(&flash_cmd, 0, sizeof(flash_cmd)); [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_spi_psram.c | 131 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_readreg() 178 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_writereg() 284 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_readid() 324 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_enterquadmode() 361 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_exitquadmode() 403 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_toggleburstlength() 447 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_softwarereset() 516 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_set_idbus_cfg() 543 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_set_idbus_cfg() 622 arch_memset(&psram_cmd, 0, sizeof(psram_cmd)); in bflb_psram_write() [all …]
|
| A D | bflb_common.c | 50 void *ATTR_TCM_SECTION arch_memset(void *s, uint8_t c, uint32_t n) in arch_memset() function
|
| A D | bflb_sec_sha.c | 51 arch_memset(ctx, 0, sizeof(struct bflb_sha1_ctx_s)); in bflb_sha1_start() 72 arch_memset(ctx, 0, sizeof(struct bflb_sha512_ctx_s)); in bflb_sha512_start() 529 arch_memset(ctx, 0, sizeof(struct bflb_sha1_link_ctx_s)); in bflb_sha1_link_start() 541 arch_memset(ctx, 0, sizeof(struct bflb_sha512_link_ctx_s)); in bflb_sha512_link_start()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_common.h | 28 void *arch_memset(void *s, uint8_t c, uint32_t n);
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/ |
| A D | bl616_common.h | 153 #define ARCH_MemSet arch_memset
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/ |
| A D | bl602_common.h | 199 #define BL602_MemSet arch_memset
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/ |
| A D | bl808_common.h | 161 #define ARCH_MemSet arch_memset
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_common.h | 199 #define BL702_MemSet arch_memset
|
Completed in 35 milliseconds