Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_andes_qspi.c425 const struct jesd216_erase_type *bet = NULL; in flash_andes_qspi_erase() local
434 ((bet == NULL) || (etp->exp > bet->exp))) { in flash_andes_qspi_erase()
435 bet = etp; in flash_andes_qspi_erase()
439 if (bet != NULL) { in flash_andes_qspi_erase()
440 flash_andes_qspi_cmd_addr_write(dev, bet->cmd, in flash_andes_qspi_erase()
442 addr += BIT(bet->exp); in flash_andes_qspi_erase()
443 size -= BIT(bet->exp); in flash_andes_qspi_erase()
Dspi_nor.c977 const struct jesd216_erase_type *bet = NULL; in spi_nor_erase() local
986 && ((bet == NULL) in spi_nor_erase()
987 || (etp->exp > bet->exp))) { in spi_nor_erase()
988 bet = etp; in spi_nor_erase()
991 if (bet != NULL) { in spi_nor_erase()
994 ret = spi_nor_cmd_addr_write_4b(dev, bet->cmd, addr, NULL, in spi_nor_erase()
997 ret = spi_nor_cmd_addr_write(dev, bet->cmd, addr, NULL, 0); in spi_nor_erase()
999 addr += BIT(bet->exp); in spi_nor_erase()
1000 size -= BIT(bet->exp); in spi_nor_erase()
Dflash_stm32_qspi.c709 const struct jesd216_erase_type *bet = NULL; in flash_stm32_qspi_erase() local
719 && ((bet == NULL) in flash_stm32_qspi_erase()
720 || (etp->exp > bet->exp))) { in flash_stm32_qspi_erase()
721 bet = etp; in flash_stm32_qspi_erase()
722 cmd_erase.Instruction = bet->cmd; in flash_stm32_qspi_erase()
725 if (bet != NULL) { in flash_stm32_qspi_erase()
727 addr += BIT(bet->exp); in flash_stm32_qspi_erase()
728 size -= BIT(bet->exp); in flash_stm32_qspi_erase()
Dflash_stm32_xspi.c1088 const struct jesd216_erase_type *bet = NULL; in flash_stm32_xspi_erase() local
1098 && ((bet == NULL) in flash_stm32_xspi_erase()
1099 || (etp->exp > bet->exp))) { in flash_stm32_xspi_erase()
1100 bet = etp; in flash_stm32_xspi_erase()
1101 cmd_erase.Instruction = bet->cmd; in flash_stm32_xspi_erase()
1102 } else if (bet == NULL) { in flash_stm32_xspi_erase()
1117 bet = NULL; in flash_stm32_xspi_erase()
1125 if (bet != NULL) { in flash_stm32_xspi_erase()
1126 addr += BIT(bet->exp); in flash_stm32_xspi_erase()
1127 size -= BIT(bet->exp); in flash_stm32_xspi_erase()
Dflash_stm32_ospi.c1262 const struct jesd216_erase_type *bet = NULL; in flash_stm32_ospi_erase() local
1272 && ((bet == NULL) in flash_stm32_ospi_erase()
1273 || (etp->exp > bet->exp))) { in flash_stm32_ospi_erase()
1274 bet = etp; in flash_stm32_ospi_erase()
1275 cmd_erase.Instruction = bet->cmd; in flash_stm32_ospi_erase()
1276 } else if (bet == NULL) { in flash_stm32_ospi_erase()
1291 bet = NULL; in flash_stm32_ospi_erase()
1299 if (bet != NULL) { in flash_stm32_ospi_erase()
1300 addr += BIT(bet->exp); in flash_stm32_ospi_erase()
1301 size -= BIT(bet->exp); in flash_stm32_ospi_erase()
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.l2cap26 In most cases the default value of 2 is a safe bet.
/Zephyr-latest/doc/develop/west/
Dsign.rst34 To avoid these issues, ``rimage`` parameters can bet set in ``west config``.
/Zephyr-latest/subsys/bluetooth/
DKconfig.iso100 In most cases the default value of 2 is a safe bet.
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake22 # Property for standard warning base in Zephyr, this will always bet set when compiling.