Home
last modified time | relevance | path

Searched full:vol (Results 1 – 25 of 35) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dsyscfg.yml54 defined by Core specification 5.0, Vol 3, Part C, section 12.3.
59 defined by Core specification 5.0, Vol 3, Part C, section 12.3.
64 specification 5.0, Vol 3, Part C, section 12.3.
69 characteristic as defined by Core specification 5.0, Vol 3, Part C,
76 by Core specification 5.0, Vol 3, Part C, section 12.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Ddfs_elm.c248 /* just fill the FatFs[vol] in ff.c, or mkfs will failded! in dfs_elm_mkfs()
330 int vol; in dfs_elm_open() local
338 vol = elm_get_vol((FATFS *)fs->data); in dfs_elm_open()
339 if (vol < 0) in dfs_elm_open()
345 rt_snprintf(drivers_fn, 256, "%d:%s", vol, file->path); in dfs_elm_open()
641 int vol; in dfs_elm_unlink() local
646 vol = elm_get_vol((FATFS *)fs->data); in dfs_elm_unlink()
647 if (vol < 0) in dfs_elm_unlink()
653 rt_snprintf(drivers_fn, 256, "%d:%s", vol, path); in dfs_elm_unlink()
673 int vol; in dfs_elm_rename() local
[all …]
H A Dff.h46 #define LD2PD(vol) (VolToPart[vol].pd) /* Get physical drive number */ argument
47 #define LD2PT(vol) (VolToPart[vol].pt) /* Get partition index */ argument
50 #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is bound to the same physical drive number */
51 #define LD2PT(vol) 0 /* Find first valid partition or in SFD */
318 int ff_cre_syncobj (BYTE vol, _SYNC_t* sobj); /* Create a sync object */
H A Dff.c2091 int vol /* Filtered by 0:file/directory or 1:volume label */ argument
2108 if (_USE_LABEL && vol) {
2125 …if (c == DDEM || c == '.' || (int)((a & ~AM_ARC) == AM_VOL) != vol) { /* An entry without valid da…
2144 …if (c != DDEM && c != '.' && a != AM_LFN && (int)((a & ~AM_ARC) == AM_VOL) == vol) { /* Is it a va…
2859 int vol = -1; local
2875 vol = (int)i;
2890 vol = (int)i;
2895 return vol;
2898 vol = CurrVol; /* Current drive */
2900 vol = 0; /* Drive 0 */
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_comp.h53 * @param[in] vol Voltage to be changed to COMP_TH register value. This value
57 #define NRFX_VOLTAGE_THRESHOLD_TO_INT(vol, ref) \ argument
58 (uint8_t)(((vol) > ((ref) / 64)) ? (NRFX_ROUNDED_DIV((vol) * 64,(ref)) - 1) : 0)
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dble_sec.rst6 SPECIFICATION Version 4.2 [Vol 1, Part A].
75 refer to BLUETOOTH SPECIFICATION Version 4.2 [Vol 3, Part C] (Published
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/test/src/
H A Dble_ll_csa2_test.c42 * based on sample data from CoreSpec 5.0 Vol 6 Part C 3.1 in TEST_CASE()
84 * based on sample data from CoreSpec 5.0 Vol 6 Part C 3.2 in TEST_CASE()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/option/
H A Dsyscall.c20 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj() argument
30 // *sobj = SyncObjects[vol]; /* uITRON (give a static sync object) */ in ff_cre_syncobj()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_rand.c124 * Called to obtain a "prand" as defined in core V4.2 Vol 6 Part B 1.3.2.2
H A Dble_ll_conn_priv.h31 * Source: Core 5.0 specification, Vol 6, Part B, section 4.5.10
H A Dble_ll_hci.c1113 * specification Bluetooth 5, Vol. 2, Chapter 4.4 in ble_ll_hci_le_cmd_proc()
1454 /* Set defaults for LE events: Vol 2 Part E 7.8.1 */ in ble_ll_hci_init()
1457 /* Set defaults for controller/baseband events: Vol 2 Part E 7.3.1 */ in ble_ll_hci_init()
H A Dble_ll_ctrl.c1448 * Vol 6 Part B. in ble_ll_ctrl_conn_param_pdu_make()
1660 * Section 4.5.10 Vol 6 PART B. If the max tx/rx time or octets in ble_ll_ctrl_initiate_dle()
1717 * See: Vol 6, Part B, section 2.4.2.10 in ble_ll_ctrl_rx_feature_req()
1773 * Check for procedure collision (Vol 6 PartB 5.3). If we are a slave in ble_ll_ctrl_rx_conn_param_req()
H A Dble_ll.c249 * (Vol 6, Part B, 2.2).
1385 * Core v5.0, Vol 6, Part B, section 4.5.10 in ble_ll_pdu_max_tx_octets_get()
H A Dble_ll_dtm.c258 /* Calculate interval as per spec Bluetooth 5.0 Vol 6. Part F, 4.1.6 */ in ble_ll_dtm_calculate_itvl()
H A Dble_ll_conn.c2404 * See Section 4.5.2 Vol 6 Part B
2757 * address (see Core 5.0, Vol 6, Part B, section 6.4). in ble_ll_conn_req_pdu_update()
2806 * Note: Core Spec 5.0 Vol 6, Part B in ble_ll_conn_is_peer_adv()
3651 * Reference: Core 5.0, Vol 6, Part B, 5.1.3.1 in ble_ll_conn_rx_data_pdu()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_sm_alg.c247 * Core Spec 4.2 Vol 3 Part H 2.2.5 in ble_sm_alg_f4()
448 /* based on Core Specification 4.2 Vol 3. Part H 2.3.5.6.1 */
H A Dble_hs_pvcy.c160 * list (Vol 2, Part E, 7.8.38). Stop all GAP procedures and temporarily in ble_hs_pvcy_add_entry()
H A Dble_sm_lgcy.c246 * (Vol. 3, part H, 2.4.4.1). in ble_sm_lgcy_random_rx()
H A Dble_sm_sc.c201 * (vol. 3, part H, 2.3.5.6.2)
216 * (vol. 3, part H, 2.3.5.6.2)
H A Dble_hs_hci_cmd.c1167 /* Parameters check according to Bluetooth 5.0 Vol 2, Part E in ble_hs_hci_cmd_body_le_enhanced_recv_test()
1200 /* Parameters check according to Bluetooth 5.0 Vol 2, Part E in ble_hs_hci_cmd_body_le_enhanced_trans_test()
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dble.h158 /* BLE Error Codes (Core v4.2 Vol 2 part D) */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml195 # in v4.2, Vol 6 Part B Section 4.6.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt205 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3,
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml173 described in Core Specification 5.0, Vol. 3, Part H, 2.3.5.6.1. This
/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry.h23 * "Communications of the ACM" vol. 27., no. 10 (Oct. 1984),

12