Home
last modified time | relevance | path

Searched refs:subsys (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/Zephyr-Core-2.7.6/subsys/
DKconfig9 source "subsys/bluetooth/Kconfig"
11 source "subsys/canbus/Kconfig"
13 source "subsys/console/Kconfig"
15 source "subsys/cpp/Kconfig"
17 source "subsys/debug/Kconfig"
19 source "subsys/disk/Kconfig"
21 source "subsys/emul/Kconfig"
23 source "subsys/fb/Kconfig"
25 source "subsys/fs/Kconfig"
27 source "subsys/ipc/Kconfig"
[all …]
/Zephyr-Core-2.7.6/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c16 clock_control_subsys_t subsys; member
32 .subsys = CLOCK_CONTROL_NRF_SUBSYS_HF,
38 .subsys = CLOCK_CONTROL_NRF_SUBSYS_LF,
50 clock_control_subsys_t subsys,
54 clock_control_subsys_t subsys);
56 static void setup_instance(const char *dev_name, clock_control_subsys_t subsys) in setup_instance() argument
62 err = clock_control_off(dev, subsys); in setup_instance()
66 z_nrf_clock_control_get_onoff(subsys); in setup_instance()
74 } while (clock_control_get_status(dev, subsys) != in setup_instance()
81 clock_control_subsys_t subsys) in tear_down_instance() argument
[all …]
/Zephyr-Core-2.7.6/subsys/net/lib/
DKconfig6 source "subsys/net/lib/coap/Kconfig"
8 source "subsys/net/lib/dns/Kconfig"
10 source "subsys/net/lib/mqtt/Kconfig"
12 source "subsys/net/lib/tftp/Kconfig"
14 source "subsys/net/lib/http/Kconfig"
16 source "subsys/net/lib/websocket/Kconfig"
18 source "subsys/net/lib/lwm2m/Kconfig"
20 source "subsys/net/lib/socks/Kconfig"
22 source "subsys/net/lib/sntp/Kconfig"
28 source "subsys/net/lib/config/Kconfig"
[all …]
/Zephyr-Core-2.7.6/subsys/usb/class/
DKconfig6 source "subsys/usb/class/Kconfig.cdc"
8 source "subsys/usb/class/Kconfig.msc"
10 source "subsys/usb/class/Kconfig.bt"
12 source "subsys/usb/class/Kconfig.test"
14 source "subsys/usb/class/netusb/Kconfig"
16 source "subsys/usb/class/hid/Kconfig"
18 source "subsys/usb/class/audio/Kconfig"
20 source "subsys/usb/class/dfu/Kconfig"
/Zephyr-Core-2.7.6/subsys/mgmt/
DKconfig7 source "subsys/mgmt/ec_host_cmd/Kconfig"
9 source "subsys/mgmt/mcumgr/Kconfig"
11 source "subsys/mgmt/hawkbit/Kconfig"
13 source "subsys/mgmt/updatehub/Kconfig"
15 source "subsys/mgmt/osdp/Kconfig"
/Zephyr-Core-2.7.6/tests/bluetooth/ctrl_sw_privacy_unit/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth
11 ${ZEPHYR_BASE}/subsys/bluetooth/controller
12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include
13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic
14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic/lll
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_control_nrf.c41 #define CLOCK_LOG(lvl, dev, subsys, ...) \ argument
43 get_sub_config(dev, (enum clock_control_nrf_type)subsys)->name \
50 #define ERR(dev, subsys, ...) CLOCK_LOG(ERR, dev, subsys, __VA_ARGS__) argument
51 #define WRN(dev, subsys, ...) CLOCK_LOG(WRN, dev, subsys, __VA_ARGS__) argument
52 #define INF(dev, subsys, ...) CLOCK_LOG(INF, dev, subsys, __VA_ARGS__) argument
53 #define DBG(dev, subsys, ...) CLOCK_LOG(DBG, dev, subsys, __VA_ARGS__) argument
75 struct nrf_clock_control_sub_data subsys[CLOCK_CONTROL_NRF_TYPE_COUNT]; member
80 subsys[CLOCK_CONTROL_NRF_TYPE_COUNT]; member
92 return &data->subsys[type]; in get_sub_data()
101 return &config->subsys[type]; in get_sub_config()
[all …]
/Zephyr-Core-2.7.6/drivers/modem/
DCMakeLists.txt18 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
23 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
28 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
33 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
38 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
/Zephyr-Core-2.7.6/tests/bluetooth/df/connection_cte_req/
DCMakeLists.txt19 $ENV{ZEPHYR_BASE}/subsys/bluetooth/
20 $ENV{ZEPHYR_BASE}/subsys/bluetooth/controller/
21 $ENV{ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw
26 $ENV{ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic
27 $ENV{ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
/Zephyr-Core-2.7.6/tests/bluetooth/df/connectionless_cte_rx/
DCMakeLists.txt19 $ENV{ZEPHYR_BASE}/subsys/bluetooth/
20 $ENV{ZEPHYR_BASE}/subsys/bluetooth/controller/
21 $ENV{ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw
26 $ENV{ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic
27 $ENV{ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
/Zephyr-Core-2.7.6/tests/bluetooth/df/connectionless_cte_chains/
DCMakeLists.txt19 ${ZEPHYR_BASE}/subsys/bluetooth/controller)
21 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include)
23 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw)
25 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic)
27 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic/lll)
/Zephyr-Core-2.7.6/tests/subsys/settings/littlefs/src/
DCMakeLists.txt14 ${ZEPHYR_BASE}/subsys/settings/include
15 ${ZEPHYR_BASE}/subsys/settings/src
16 ${ZEPHYR_BASE}/tests/subsys/settings/fs/include
17 ${ZEPHYR_BASE}/tests/subsys/settings/littlefs/src
/Zephyr-Core-2.7.6/
DCODEOWNERS552 /subsys/portability/ @nashif
564 /samples/subsys/display/ @vanwinkeljan
572 /samples/subsys/lorawan/ @Mani-Sadhasivam
583 /samples/subsys/logging/ @nordic-krch @jakub-uC
584 /samples/subsys/shell/ @jakub-uC @nordic-krch
585 /samples/subsys/mgmt/mcumgr/smp_svr/ @aunsbjerg @nvlsianpu
586 /samples/subsys/mgmt/updatehub/ @nandojve @otavio
587 /samples/subsys/mgmt/osdp/ @sidcha
588 /samples/subsys/usb/ @jfischer-no
589 /samples/subsys/pm/ @nashif @ceolin
[all …]
/Zephyr-Core-2.7.6/subsys/ipc/
DKconfig8 source "subsys/ipc/rpmsg_service/Kconfig"
9 source "subsys/ipc/rpmsg_multi_instance/Kconfig"
10 source "subsys/ipc/ipc_service/Kconfig"
/Zephyr-Core-2.7.6/tests/subsys/settings/nvs/src/
DCMakeLists.txt7 ${ZEPHYR_BASE}/subsys/settings/include
8 ${ZEPHYR_BASE}/subsys/settings/src
9 ${ZEPHYR_BASE}/tests/subsys/settings/nvs/src
/Zephyr-Core-2.7.6/tests/subsys/settings/fcb/src/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/settings/include
11 ${ZEPHYR_BASE}/subsys/settings/src
12 ${ZEPHYR_BASE}/tests/subsys/settings/fcb/src
/Zephyr-Core-2.7.6/samples/net/wpanusb/
DCMakeLists.txt7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/ip)
8 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/l2)
9 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/usb)
/Zephyr-Core-2.7.6/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c23 clock_control_subsys_t subsys) in turn_on_clock() argument
28 struct onoff_manager *mgr = z_nrf_clock_control_get_onoff(subsys); in turn_on_clock()
40 clock_control_subsys_t subsys) in turn_off_clock() argument
43 struct onoff_manager *mgr = z_nrf_clock_control_get_onoff(subsys); in turn_off_clock()
49 while (clock_control_get_status(dev, subsys) != in turn_off_clock()
/Zephyr-Core-2.7.6/subsys/net/l2/
DKconfig52 source "subsys/net/Kconfig.template.log_config.net"
69 source "subsys/net/l2/virtual/Kconfig"
71 source "subsys/net/l2/ethernet/Kconfig"
73 source "subsys/net/l2/ppp/Kconfig"
75 source "subsys/net/l2/ieee802154/Kconfig"
77 source "subsys/net/l2/openthread/Kconfig"
79 source "subsys/net/l2/canbus/Kconfig"
94 source "subsys/net/Kconfig.template.log_config.net"
/Zephyr-Core-2.7.6/subsys/portability/
DKconfig6 source "subsys/portability/cmsis_rtos_v1/Kconfig"
8 source "subsys/portability/cmsis_rtos_v2/Kconfig"
/Zephyr-Core-2.7.6/subsys/net/ip/
DKconfig.debug18 source "subsys/net/Kconfig.template.log_config.net"
52 source "subsys/net/Kconfig.template.log_config.net"
58 source "subsys/net/Kconfig.template.log_config.net"
64 source "subsys/net/Kconfig.template.log_config.net"
70 source "subsys/net/Kconfig.template.log_config.net"
76 source "subsys/net/Kconfig.template.log_config.net"
82 source "subsys/net/Kconfig.template.log_config.net"
88 source "subsys/net/Kconfig.template.log_config.net"
/Zephyr-Core-2.7.6/subsys/storage/
DKconfig8 source "subsys/storage/flash_map/Kconfig"
9 source "subsys/storage/stream/Kconfig"
/Zephyr-Core-2.7.6/subsys/demand_paging/
DKconfig7 source "subsys/demand_paging/eviction/Kconfig"
9 source "subsys/demand_paging/backing_store/Kconfig"
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/
DCMakeLists.txt4 ${ZEPHYR_BASE}/subsys/testsuite/include
5 ${ZEPHYR_BASE}/subsys/testsuite/ztest/include
/Zephyr-Core-2.7.6/subsys/canbus/
DKconfig8 source "subsys/canbus/Kconfig.canopen"
9 source "subsys/canbus/isotp/Kconfig"

12345678910>>...15