/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/src/ |
H A D | sfud.c | 169 if (flash->chip.capacity <= 0x1000000) { in qspi_set_read_cmd_format() 267 if (flash->chip.capacity == 0 || flash->chip.write_mode == 0 || flash->chip.erase_gran == 0 in hardware_init() 269 /* read JEDEC ID include manufacturer ID, memory type ID and flash capacity ID */ in hardware_init() 280 flash->chip.capacity = flash->sfdp.capacity; in hardware_init() 306 flash->chip.capacity = flash_chip_table[i].capacity; in hardware_init() 321 if (flash->chip.capacity == 0 || flash->chip.write_mode == 0 || flash->chip.erase_gran == 0 in hardware_init() 337 flash->chip.capacity); in hardware_init() 339 … SFUD_INFO("Find a %s flash chip. Size is %ld bytes.", flash_mf_name, flash->chip.capacity); in hardware_init() 341 SFUD_INFO("Find a flash chip. Size is %ld bytes.", flash->chip.capacity); in hardware_init() 361 if (flash->chip.capacity > (1L << 24)) { in hardware_init() [all …]
|
H A D | sfud_sfdp.c | 289 /* get flash memory capacity */ in read_basic_table() 293 sfdp->capacity = 1 + (table2_temp >> 3); in read_basic_table() 297 if (table2_temp > sizeof(sfdp->capacity) * 8 + 3) { in read_basic_table() 298 sfdp->capacity = 0; in read_basic_table() 299 SFUD_INFO("Error: The flash capacity is grater than 32 Gb/ 4 GB! Not Supported."); in read_basic_table() 302 sfdp->capacity = 1L << (table2_temp - 3); in read_basic_table() 305 SFUD_DEBUG("Capacity is %ld Bytes.", sfdp->capacity); in read_basic_table()
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_msd.h | 98 MSD_CARD_TYPE_SD_V1_X, /**< Ver 1.X Standard Capacity SD Memory Card */ 99 …MSD_CARD_TYPE_SD_V2_X, /**< Ver 2.00 or later Standard Capacity SD Memory… 100 MSD_CARD_TYPE_SD_SDHC, /**< High Capacity SD Memory Card */ 101 MSD_CARD_TYPE_SD_SDXC, /**< later Extended Capacity SD Memory Card */
|
H A D | spi_flash_sfud.c | 381 rtt_dev->geometry.sector_count = sfud_dev->chip.capacity / sfud_dev->chip.erase_gran; in rt_sfud_flash_probe() 387 qspi_cfg.medium_size = sfud_dev->chip.capacity; in rt_sfud_flash_probe() 542 if (sfud_dev->chip.capacity < 1024 * 1024) { in sf() 543 …rt_kprintf("%d KB %s is current selected device.\n", sfud_dev->chip.capacity / 1024, sfud_dev->nam… in sf() 545 … rt_kprintf("%d MB %s is current selected device.\n", sfud_dev->chip.capacity / 1024 / 1024, in sf() 649 size = sfud_dev->chip.capacity; in sf()
|
H A D | spi_flash_gd.c | 30 /* JEDEC Device ID: Memory type and Capacity */ 312 /* get memory type and capacity */ in gd_init() 323 FLASH_TRACE("Memory Capacity error!\r\n"); in gd_init()
|
H A D | spi_flash_w25qxx.c | 33 /* JEDEC Device ID: Memory type and Capacity */ 323 /* get memory type and capacity */ in w25qxx_init() 369 FLASH_TRACE("Memory Capacity error!\r\n"); in w25qxx_init()
|
H A D | spi_flash_sst25vfxx.c | 26 /* JEDEC Device ID: Memory Capacity */ 331 FLASH_TRACE("Memory Capacity error!\r\n"); in sst25vfxx_init()
|
H A D | spi_msd.c | 872 MSD_DEBUG("[info] It is SD2.0 standard capacity Card!!!\r\n"); in rt_msd_init() 1058 /* memory capacity = BLOCKNR * BLOCK_LEN */ in rt_msd_init() 1064 MSD_DEBUG("[info] card capacity : %d Mbyte\r\n", card_capacity / (1024 * 1024)); in rt_msd_init() 1114 /* memory capacity = BLOCKNR * BLOCK_LEN */ in rt_msd_init() 1120 MSD_DEBUG("[info] card capacity : %d Mbyte\r\n", card_capacity / (1024 * 1024)); in rt_msd_init() 1162 /* memory capacity = (C_SIZE+1) * 512K byte */ in rt_msd_init() 1165 …MSD_DEBUG("[info] card capacity : %d.%d Gbyte\r\n", card_capacity / 1024, (card_capacity % 1024) *… in rt_msd_init()
|
H A D | spi_flash_w25qxx_mtd.c | 30 /* JEDEC Device ID: Memory type and Capacity */
|
H A D | spi_flash_at45dbxx.c | 397 FLASH_TRACE("Memory Capacity error!\r\n"); in at45dbxx_init()
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud_flash_def.h | 60 uint8_t capacity_id; /**< capacity ID */ 61 uint32_t capacity; /**< flash capacity (bytes) */ member 72 uint8_t capacity_id; /**< capacity ID */ 120 * | name | mf_id | type_id | capacity_id | capacity | write_mode | erase_gran | erase_gran_cmd |
|
H A D | sfud_def.h | 235 uint32_t capacity; /**< flash capacity (bytes) */ member
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_store_util.c | 69 * @param max_peers The capacity of the destination buffer. 222 * Round-robin status callback. If a there is insufficient storage capacity
|
H A D | ble_sm.c | 996 /* There is sufficient capacity for another bond. */ in ble_sm_chk_store_overflow_by_type() 1000 /* No capacity for an additional bond. Tell the application to make in ble_sm_chk_store_overflow_by_type() 1766 /* Check if there is storage capacity for a new bond. If there isn't, ask in ble_sm_pair_req_rx() 2434 /* Check if there is storage capacity for a new bond. If there isn't, ask in ble_sm_pair_initiate()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_store.h | 34 /** Failed to persist record; insufficient storage capacity. */ 204 * sufficient capacity to write the object, this function may remove previously
|
H A D | ble_hs_mbuf.h | 61 * buffer is too small to contain the mbuf's contents, it is filled to capacity
|
H A D | ble_hs.h | 276 * insufficient storage capacity for a record to be persisted, this
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 377 this value may also require increasing the capacity of the 384 require increasing the capacity of the underlying storage
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mmcsd_card.h | 142 rt_uint32_t card_capacity; /* card capacity, unit:KB */
|
/nrf52832-nimble/nordic/nrfx/soc/ |
H A D | nrfx_coredep.h | 72 * maximum uint32_t capacity divided by frequency. For example:
|
/nrf52832-nimble/rt-thread/components/drivers/sdio/ |
H A D | mmc.c | 199 LOG_I("emmc card capacity %d KB.", card->card_capacity); in mmc_parse_ext_csd() 426 /* The extra bit indicates that we support high capacity */ in mmcsd_mmc_init_card()
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | mass.c | 479 * This function will execute SCSI_READ_CAPACITY command to get capacity data. 482 * @param buffer the data buffer to save capacity data
|
H A D | udisk.c | 260 /* get storage capacity */ in rt_udisk_run()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_rtc.h | 56 /**< Macro for wrapping values to RTC capacity. */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 97 This options specifies the maximum capacity of the replay
|