| /samples/drivers/led/pwm/src/ |
| A D | main.c | 36 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 D | ext_log_system.h | 24 typedef void (*ext_log_handler)(enum ext_log_level level, 37 #define ext_log(level, ...) log_handler(level, __VA_ARGS__) argument
|
| A D | ext_log_system_adapter.c | 25 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 D | gpio.overlay | 13 high-level; 14 low-level;
|
| /samples/basic/custom_dts_binding/ |
| A D | sample.yaml | 16 - "Initializing pin with inactive level." 18 - "Setting pin to active level."
|
| A D | README.rst | 48 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 D | README.rst | 10 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 D | sample.yaml | 13 - Instance level logging showcase
|
| /samples/drivers/led/lp50xx/src/ |
| A D | main.c | 94 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 D | main.c | 67 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 D | state_binding.h | 29 uint16_t level_to_light_ctl_temp(int16_t level);
|
| /samples/bluetooth/peripheral_sc_only/src/ |
| A D | main.c | 83 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 D | nucleo_f207zg.overlay | 23 st,input-filter-level = <FDIV32_N8>;
|
| A D | nucleo_f401re.overlay | 23 st,input-filter-level = <FDIV32_N8>;
|
| /samples/boards/nordic/dynamic_pinctrl/ |
| A D | Kconfig | 10 Initialization priority of the remap routine within the PRE_KERNEL1 level.
|
| /samples/drivers/led/led_strip/ |
| A D | Kconfig | 17 Brightness level of each LED. Defaults to a low value to make
|
| A D | README.rst | 24 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 D | uart_reinit.c | 15 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 D | CMakeLists.txt | 2 # Top-level CMakeLists.txt for the skeleton application.
|
| /samples/tfm_integration/tfm_psa_test/ |
| A D | CMakeLists.txt | 67 # 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 D | README.rst | 12 accept connections that are secured using security level 4 (FIPS).
|
| /samples/drivers/led/pwm/ |
| A D | Kconfig | 26 The brightness gradually increases by one level each time this
|
| /samples/bluetooth/peripheral_identity/src/ |
| A D | peripheral_identity.c | 186 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 D | peripheral_ead.c | 211 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 D | central_multilink.c | 223 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()
|