Home
last modified time | relevance | path

Searched refs:arch_memset (Results 1 – 9 of 9) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/
A Dbflb_sflash.c194 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 Dbflb_spi_psram.c131 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 Dbflb_common.c50 void *ATTR_TCM_SECTION arch_memset(void *s, uint8_t c, uint32_t n) in arch_memset() function
A Dbflb_sec_sha.c51 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 Dbflb_common.h28 void *arch_memset(void *s, uint8_t c, uint32_t n);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_common.h153 #define ARCH_MemSet arch_memset
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/
A Dbl602_common.h199 #define BL602_MemSet arch_memset
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_common.h161 #define ARCH_MemSet arch_memset
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/
A Dbl702_common.h199 #define BL702_MemSet arch_memset

Completed in 35 milliseconds