Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 68) sorted by relevance

123

/samples/drivers/led/pwm/src/
A Dmain.c36 int16_t level; in run_led_test() local
60 for (level = 0; level <= MAX_BRIGHTNESS; level++) { in run_led_test()
61 err = led_set_brightness(led_pwm, led, level); in run_led_test()
63 LOG_ERR("err=%d brightness=%d\n", err, level); in run_led_test()
72 for (level = MAX_BRIGHTNESS; level >= 0; level--) { in run_led_test()
73 err = led_set_brightness(led_pwm, led, level); in run_led_test()
75 LOG_ERR("err=%d brightness=%d\n", err, level); in run_led_test()
/samples/subsys/logging/logger/src/
A Dext_log_system.h24 typedef void (*ext_log_handler)(enum ext_log_level level,
37 #define ext_log(level, ...) log_handler(level, __VA_ARGS__) argument
A Dext_log_system_adapter.c25 static void log_handler(enum ext_log_level level, const char *fmt, ...) in log_handler() argument
30 log_generic(log_level_lut[level], fmt, ap); in log_handler()
/samples/subsys/tracing/
A Dgpio.overlay13 high-level;
14 low-level;
/samples/basic/custom_dts_binding/
A Dsample.yaml16 - "Initializing pin with inactive level."
18 - "Setting pin to active level."
A DREADME.rst48 The GPIO pin should be switched to active level after one second.
54 Initializing pin with inactive level.
56 Setting pin to active level.
/samples/subsys/logging/logger/
A DREADME.rst10 main features: severity levels, timestamping, module level filtering and
11 instance level filtering. It also showcases logging capabilities in terms of
38 Instance level logging showcase.
66 [00:00:03.165,977] <err> ext_log_system: critical level log
67 [00:00:03.165,991] <err> ext_log_system: error level log, 1 arguments: 1
68 [00:00:03.166,006] <wrn> ext_log_system: warning level log, 2 arguments: 12
69 [00:00:03.166,025] <inf> ext_log_system: notice level log, 3 arguments: 105
70 [00:00:03.166,044] <inf> ext_log_system: info level log, 4 arguments : 1 24
A Dsample.yaml13 - Instance level logging showcase
/samples/drivers/led/lp50xx/src/
A Dmain.c94 uint16_t level; in run_led_test() local
130 for (level = 0; level <= MAX_BRIGHTNESS; level++) { in run_led_test()
131 err = led_set_brightness(lp50xx_dev, led, level); in run_led_test()
134 ", err=%d\n", led, level, err); in run_led_test()
171 uint16_t level; in run_channel_test() local
237 for (level = 0; level <= MAX_BRIGHTNESS; level++) { in run_channel_test()
239 buffer[led] = level; in run_channel_test()
/samples/bluetooth/peripheral_hids/src/
A Dmain.c67 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() argument
75 printk("Security changed: %s level %u\n", addr, level); in security_changed()
77 printk("Security failed: %s level %u err %s(%d)\n", addr, level, in security_changed()
/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
A Dstate_binding.h29 uint16_t level_to_light_ctl_temp(int16_t level);
/samples/bluetooth/peripheral_sc_only/src/
A Dmain.c83 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() argument
91 printk("Security changed: %s level %u\n", addr, level); in security_changed()
93 printk("Security failed: %s level %u err %s(%d)\n", addr, level, in security_changed()
/samples/sensor/qdec/boards/
A Dnucleo_f207zg.overlay23 st,input-filter-level = <FDIV32_N8>;
A Dnucleo_f401re.overlay23 st,input-filter-level = <FDIV32_N8>;
/samples/boards/nordic/dynamic_pinctrl/
A DKconfig10 Initialization priority of the remap routine within the PRE_KERNEL1 level.
/samples/drivers/led/led_strip/
A DKconfig17 Brightness level of each LED. Defaults to a low value to make
A DREADME.rst24 signaling, which may require a level translator, such as the
52 #. Power the LED strip at an I/O level compatible with the control pin signals.
57 The thingy52 has integrated NMOS transistors, that can be used instead of a level shifter.
68 The brightness level of each LED can be adjusted by changing the
/samples/subsys/shell/shell_module/src/
A Duart_reinit.c15 uint32_t level = in shell_init_from_work() local
21 log_backend, level); in shell_init_from_work()
/samples/subsys/mgmt/mcumgr/smp_svr/
A DCMakeLists.txt2 # Top-level CMakeLists.txt for the skeleton application.
/samples/tfm_integration/tfm_psa_test/
A DCMakeLists.txt67 # the full list of crypto algorithms needed, not because of the isolation level.
68 # For the TF-M tests the isolation level is irrelevant so we set it to 2 here so
69 # that we don't exclude the platforms which don't support the isolation level 3.
/samples/bluetooth/peripheral_sc_only/
A DREADME.rst12 accept connections that are secured using security level 4 (FIPS).
/samples/drivers/led/pwm/
A DKconfig26 The brightness gradually increases by one level each time this
/samples/bluetooth/peripheral_identity/src/
A Dperipheral_identity.c186 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() argument
194 printk("Security changed: %s level %u\n", addr, level); in security_changed()
196 printk("Security failed: %s level %u err %s(%d)\n", addr, level, in security_changed()
/samples/bluetooth/encrypted_advertising/peripheral/src/
A Dperipheral_ead.c211 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
218 LOG_DBG("Security changed: %s level %u", addr, level); in security_changed()
220 LOG_DBG("Security failed: %s level %u err %s(%d)", addr, level, in security_changed()
/samples/bluetooth/central_multilink/src/
A Dcentral_multilink.c223 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() argument
231 printk("Security changed: %s level %u\n", addr, level); in security_changed()
233 printk("Security failed: %s level %u err %d %s\n", addr, level, in security_changed()

Completed in 57 milliseconds

123