Home
last modified time | relevance | path

Searched refs:oob_size (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtdnand.c595 int aos_mtd_nand_init(aos_nand_t *nand, int blk_size, int page_size, int oob_size) in aos_mtd_nand_init() argument
599 buf = malloc(oob_size * 3); in aos_mtd_nand_init()
604 buf += oob_size; in aos_mtd_nand_init()
606 buf += oob_size; in aos_mtd_nand_init()
613 nand->oobsize = oob_size; in aos_mtd_nand_init()
619 nand->parent.oob_size = oob_size; in aos_mtd_nand_init()
A Dmtdnor.c58 nor->oob_size = 0; in aos_mtd_nor_init()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/
A Dmesh_provisioner.c519 int ble_mesh_provisioner_static_OOB_set(const uint8_t *oob, uint16_t oob_size) in ble_mesh_provisioner_static_OOB_set() argument
521 if (!g_mesh_prov.init_flag || !g_mesh_prov.enable || !oob || 16 != oob_size) { in ble_mesh_provisioner_static_OOB_set()
525 memcpy(g_static_oob_data, oob, oob_size); in ble_mesh_provisioner_static_OOB_set()
526 g_provisioner.prov_static_oob_len = oob_size; in ble_mesh_provisioner_static_OOB_set()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/include/
A Dmesh_provisioner.h80 int ble_mesh_provisioner_static_OOB_set(const uint8_t *oob, uint16_t oob_size);
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/
A Dmtdnand.h92 int aos_mtd_nand_init(aos_nand_t *nand, int blk_size, int page_size, int oob_size);
A Dmtd.h84 uint16_t oob_size; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprov.c149 u8_t oob_size; member

Completed in 14 milliseconds