Home
last modified time | relevance | path

Searched refs:write_reg_cmd (Results 1 – 12 of 12) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/
A Dbflb_sf_cfg.c99 .write_reg_cmd[0] = 0x01,
100 .write_reg_cmd[1] = 0x01,
202 .write_reg_cmd[0] = 0x01,
203 .write_reg_cmd[1] = 0x01,
305 .write_reg_cmd[0] = 0x01,
306 .write_reg_cmd[1] = 0x31,
408 .write_reg_cmd[0] = 0x01,
409 .write_reg_cmd[1] = 0x31,
511 .write_reg_cmd[0] = 0x01,
512 .write_reg_cmd[1] = 0x31,
[all …]
A Dbflb_sflash.h115 uint8_t write_reg_cmd[4]; /*!< Write register command buffer */ member
182 int bflb_sflash_write_reg_with_cmd(spi_flash_cfg_type *flash_cfg, uint8_t write_reg_cmd, uint8_t *r…
A Dbflb_sflash.c243 flash_cmd.cmd_buf[0] = (flash_cfg->write_reg_cmd[reg_index]) << 24;
319 uint8_t write_reg_cmd, uint8_t *reg_value, uint8_t reg_len) argument
333 flash_cmd.cmd_buf[0] = write_reg_cmd << 24;
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_sf_cfg_ext.c100 .write_reg_cmd[0]=0x01,
101 .write_reg_cmd[1]=0x01,
198 .write_reg_cmd[0]=0x01,
199 .write_reg_cmd[1]=0x01,
296 .write_reg_cmd[0]=0x01,
297 .write_reg_cmd[1]=0x31,
394 .write_reg_cmd[0]=0x01,
395 .write_reg_cmd[1]=0x00,
492 .write_reg_cmd[0]=0x01,
493 .write_reg_cmd[1]=0x01,
A Dbl602_romapi.c768 …bflb_sflash_write_reg_with_cmd(spi_flash_cfg_type *flash_cfg, uint8_t write_reg_cmd, uint8_t *reg_… in bflb_sflash_write_reg_with_cmd() argument
770 return RomDriver_SFlash_Write_Reg_With_Cmd(flash_cfg, write_reg_cmd, reg_value, reg_len); in bflb_sflash_write_reg_with_cmd()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_sf_cfg_ext.c102 .write_reg_cmd[0] = 0x01,
103 .write_reg_cmd[1] = 0x01,
200 .write_reg_cmd[0] = 0x01,
201 .write_reg_cmd[1] = 0x00,
298 .write_reg_cmd[0] = 0x01,
299 .write_reg_cmd[1] = 0x01,
396 .write_reg_cmd[0] = 0x01,
397 .write_reg_cmd[1] = 0x31,
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_flash.c64 .write_reg_cmd[0] = 0x01,
65 .write_reg_cmd[1] = 0x31,
167 .write_reg_cmd[0] = 0x01,
168 .write_reg_cmd[1] = 0x31,
A Dbflb_spi_psram.c189 psram_cmd.cmd_buf[0] = (psram_cfg->write_reg_cmd) << 24; in bflb_psram_writereg()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_romapi_patch.c245 .write_reg_cmd[0] = 0x01,
246 .write_reg_cmd[1] = 0x01,
343 .write_reg_cmd[0] = 0x01,
344 .write_reg_cmd[1] = 0x31,
441 .write_reg_cmd[0] = 0x01,
442 .write_reg_cmd[1] = 0x01,
539 .write_reg_cmd[0] = 0x01,
540 .write_reg_cmd[1] = 0x31,
637 .write_reg_cmd[0] = 0x01,
638 .write_reg_cmd[1] = 0x31,
[all …]
A Dbl616_romapi_e907.c2014 int bflb_sflash_write_reg_with_cmd(spi_flash_cfg_type *flash_cfg, uint8_t write_reg_cmd, uint8_t *r… in bflb_sflash_write_reg_with_cmd() argument
2015 return RomDriver_SFlash_Write_Reg_With_Cmd(flash_cfg,write_reg_cmd,reg_value,reg_len); in bflb_sflash_write_reg_with_cmd()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_spi_psram.h90 uint8_t write_reg_cmd; /*!< Write register command */ member
/bsp/bouffalo_lab/bl70x/board/
A Dboard.c60 .write_reg_cmd = 0xB1,

Completed in 38 milliseconds