Searched refs:bet (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_andes_qspi.c | 425 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()
|
D | spi_nor.c | 977 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()
|
D | flash_stm32_qspi.c | 709 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()
|
D | flash_stm32_xspi.c | 1088 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()
|
D | flash_stm32_ospi.c | 1262 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/ |
D | Kconfig.l2cap | 26 In most cases the default value of 2 is a safe bet.
|
/Zephyr-latest/doc/develop/west/ |
D | sign.rst | 34 To avoid these issues, ``rimage`` parameters can bet set in ``west config``.
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig.iso | 100 In most cases the default value of 2 is a safe bet.
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_flags_template.cmake | 22 # Property for standard warning base in Zephyr, this will always bet set when compiling.
|