/Zephyr-latest/scripts/west_commands/tests/ |
D | test_bossac.py | 168 def test_bossac_init(cc, req, get_cod_par, sup, runner_config, tmpdir): argument 201 def test_bossac_create(cc, req, get_cod_par, sup, runner_config, tmpdir): argument 238 def test_bossac_create_with_speed(cc, req, get_cod_par, sup, runner_config, tmpdir): argument 276 def test_bossac_create_with_erase(cc, req, get_cod_par, sup, runner_config, tmpdir): argument 312 def test_bossac_create_with_flash_address(cc, req, get_cod_par, sup, argument 355 def test_bossac_create_with_omit_address(cc, req, bcfg_ini, sup, argument 391 def test_bossac_create_with_arduino(cc, req, get_cod_par, sup, argument 425 def test_bossac_create_with_adafruit(cc, req, get_cod_par, sup, argument 460 def test_bossac_create_with_legacy(cc, req, get_cod_par, sup, argument 495 def test_bossac_create_with_oldsdk(cc, req, get_cod_par, sup, argument [all …]
|
D | test_dediprog.py | 51 def test_dediprog_init(cc, req, tc, runner_config): argument 66 def test_dediprog_create(cc, req, tc, runner_config): argument
|
D | test_mdb.py | 203 def test_flash_nsim(require, cc, test_case, mdb_nsim): argument 220 def test_multicores_nsim(require, pii, cc, test_case, mdb_nsim): argument 232 def test_flash_hw_no_hl(require, cc, test_case, mdb_hw_no_hl, tmpdir): argument 240 def test_flash_hw_hl(require, cc, test_case, mdb_hw_hl, tmpdir): argument 248 def test_flash_hw_err(require, cc, test_case, mdb_hw_no_hl): argument 283 def test_multicores_hw_no_hl(require, pii, cc, test_case, mdb_hw_no_hl, tmpdir): argument 294 def test_multicores_hw_hl(require, pii, cc, test_case, mdb_hw_hl, tmpdir): argument
|
D | test_gd32isp.py | 50 def test_gd32isp_init(cc, req, runner_config): argument 59 def test_gd32isp_create(cc, req, runner_config): argument
|
D | test_blackmagicprobe.py | 62 def test_blackmagicprobe_init(cc, req, command, runner_config): argument 71 def test_blackmagicprobe_create(cc, req, command, runner_config): argument 84 def test_blackmagicprobe_connect_rst(cc, req, command, runner_config): argument
|
D | test_pyocd.py | 169 def test_flash(require, cc, pyocd_args, expected, pyocd): argument 193 def test_debugserver(require, cc, pyocd_args, expected, pyocd): argument 213 def test_flash_args(require, cc, bc, pyocd_args, flash_addr, expected, pyocd): argument 243 def test_debugserver_args(require, cc, bc, pyocd_args, expected, pyocd): argument
|
D | test_stm32flash.py | 78 def test_stm32flash_init(cc, req, action, runner_config): argument 97 def test_stm32flash_create(cc, req, action, runner_config): argument
|
D | test_dfu_util.py | 81 def test_dfu_util_init(cc, req, find_device, tc, runner_config): argument 111 def test_dfu_util_create(cc, req, gfa, find_device, tc, runner_config, tmpdir): argument
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_common.c | 31 struct bt_hci_evt_cmd_complete *cc; in bt_hci_cmd_complete_create() local
|
D | hci_raw.c | 230 struct bt_hci_evt_cc_status *cc; in bt_cmd_complete_ext() local
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_iso.h | 24 uint8_t cc[CONFIG_BT_AUDIO_CODEC_CFG_MAX_DATA_SIZE]; member
|
D | ascs_internal.h | 67 struct bt_ascs_codec_config cc[0]; member 140 struct bt_ascs_codec_config cc[0]; member
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_controller.c | 62 uint32_t cc, csts; in nvme_controller_disable() local 100 uint32_t cc, csts; in nvme_controller_enable() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central.c | 521 struct node_rx_cc *cc; in ll_connect_disable() local 686 struct node_rx_cc *cc; local 1059 struct node_rx_pdu *cc; local
|
D | ull_peripheral.c | 86 struct node_rx_cc *cc; local
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_tc_snk_states.c | 21 enum tc_cc_voltage_state cc; in sink_power_sub_states() local
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | sync_rtc.c | 160 uint32_t cc; in remote_callback() local
|
D | soc.c | 169 uint32_t cc = nrf_rtc_cc_get(rtc, chan); in rtc_ticks_to_next_event_get() local
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/ |
D | hci_uart_async.c | 360 struct bt_hci_evt_cmd_complete cc; member
|
/Zephyr-latest/samples/bluetooth/hci_uart/src/ |
D | main.c | 378 const struct bt_hci_evt_cmd_complete cc; in main() member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 752 uint8_t cc = SW_SWITCH_TIMER_EVTS_COMP(sw_tifs_toggle); in sw_switch() local 1711 uint64_t cc; in radio_tmr_start_get() local 1838 uint32_t cc; in radio_tmr_sample() local
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 60 struct bt_hci_evt_cmd_complete *cc; in cmd_complete() local
|
/Zephyr-latest/drivers/timer/ |
D | nrf_grtc_timer.c | 86 static inline int get_comparator(uint32_t chan, uint64_t *cc) in get_comparator()
|
/Zephyr-latest/drivers/counter/ |
D | counter_nrfx_timer.c | 354 uint32_t cc = ID_TO_CC(id); in alarm_irq_handle() local
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 89 struct bt_hci_evt_cmd_complete *cc; in cmd_complete() local
|