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 D | bflb_sf_cfg.c | 99 .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 D | bflb_sflash.h | 115 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 D | bflb_sflash.c | 243 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 D | bl602_sf_cfg_ext.c | 100 .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 D | bl602_romapi.c | 768 …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 D | bl702_sf_cfg_ext.c | 102 .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 D | bflb_flash.c | 64 .write_reg_cmd[0] = 0x01, 65 .write_reg_cmd[1] = 0x31, 167 .write_reg_cmd[0] = 0x01, 168 .write_reg_cmd[1] = 0x31,
|
| A D | bflb_spi_psram.c | 189 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 D | bl616_romapi_patch.c | 245 .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 D | bl616_romapi_e907.c | 2014 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 D | bflb_spi_psram.h | 90 uint8_t write_reg_cmd; /*!< Write register command */ member
|
| /bsp/bouffalo_lab/bl70x/board/ |
| A D | board.c | 60 .write_reg_cmd = 0xB1,
|
Completed in 38 milliseconds