/Zephyr-latest/subsys/bluetooth/audio/ |
D | mpl.c | 208 .track = &track_1_1, 216 .track = &track_2_2, 224 .track = &track_3_3, 232 .track = &track_4_2, 240 .track = &track_4_1, 345 static uint32_t setup_segments_object(struct mpl_track *track) in setup_segments_object() argument 347 struct mpl_tseg *seg = track->segment; in setup_segments_object() 385 static uint32_t setup_track_object(struct mpl_track *track) in setup_track_object() argument 448 struct mpl_track *track = group->track; in setup_group_object() local 455 if (track) { in setup_group_object() [all …]
|
D | Kconfig.mpl | 49 int "Max length of the title of a track" 54 the title of any track in the media player. 57 int "Max length of the name of a track segment" 62 of the name of any track segment in the media player. 101 int "Maximum size for a track object" 104 This option sets the maximum size (in octets) of a track object.
|
D | mpl_internal.h | 67 struct mpl_track *track; member 96 struct mpl_track *track; /* The track explicitly set as next track */ member
|
D | Kconfig.mcs | 49 int "Max length of the title of a track" 54 the title of any track in the media player. If the title is longer, 58 int "Max length of the name of a track segment" 63 of the name of any track segment in the media player. If the name is 96 int "Maximum number of tracks segments in a track segment object" 100 Sets the maximum number of tracks segments in a track segment object.
|
D | Kconfig.csip | 27 WARNING: This option enables anyone to track and decrypt the SIRK
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.stats | 44 Keep track of IPv4 related statistics 51 Keep track of IPv6 related statistics 58 Keep track of IPv6 Neighbor Discovery related statistics 65 Keep track of IPv6 Path MTU Discovery related statistics 72 Keep track of IPv4 Path MTU Discovery related statistics 79 Keep track of ICMPv4/6 related statistics, depending whether IPv4 87 Keep track of UDP related statistics 94 Keep track of TCP related statistics 101 Keep track of MLD related statistics 108 Keep track of IGMP related statistics [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 43 An active player will have a *current track*. This is the track that 44 is playing now (if the player is playing). The current track has a 46 *position* - the current position of the player within the track. 48 There is also a *current group* (the group of the current track), a 50 track*. 56 Track changes are signalled as notifications of the *track changed* 57 characteristic. When seeking (fast forward or fast rewind), the track 163 Reading characteristics - the player name and the track duration as 191 Writing characteristics - track position as an example: 193 The track position is where the player "is" in the current track. [all …]
|
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/ |
D | README.rst | 17 with a BBC micro:bit board. Use black tape to create a line track 20 and put it on the black line track. 36 The sample program controls the robot to follow a line track and does
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_timeout.rst | 14 clock to track timeouts, with both deadlines and durations measured with 29 The net_timeout API provides a generic timeout mechanism to correctly track
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_tracing.rst | 20 The :kconfig:option:`CONFIG_TRACING_NET_SOCKETS` option can be used to track
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.gecko | 14 to be able to keep track of time and wake up from EM2 & EM3 sleep
|
/Zephyr-latest/dts/arm/adi/max32/ |
D | max32662.dtsi | 32 track-count = <4>;
|
D | max32672.dtsi | 30 track-count = <4>;
|
D | max78002.dtsi | 73 track-count = <4>;
|
D | max32690.dtsi | 62 track-count = <4>;
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | sys_mem_blocks.rst | 41 * A **blocks bitmap** to keep track of which block has been allocated. 57 The memory blocks allocator keeps track of unallocated blocks using 63 Internally, the memory blocks allocator uses a bitmap to keep track of
|
/Zephyr-latest/subsys/modem/ |
D | Kconfig | 71 Enables modem statistics shell commands which track the usage of
|
/Zephyr-latest/doc/project/ |
D | index.rst | 25 **Issues** to track feature, enhancement, and bug reports together with GitHub
|
D | code_flow.rst | 24 Branches which track maintenance releases based on a major
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 26 An application may track connections by registering a
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 53 period, the node keeps track of the number of received Heartbeats as well as
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | media_controller.c | 1086 long track; in cmd_media_goto_track() local 1090 track = shell_strtol(argv[1], 10, &err); in cmd_media_goto_track() 1097 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(track, INT32_MIN, INT32_MAX)) { in cmd_media_goto_track() 1098 shell_error(sh, "Invalid track: %ld", track); in cmd_media_goto_track() 1103 cmd.param = (int32_t)track; in cmd_media_goto_track()
|
D | mcc.c | 1399 long track; in cmd_mcc_goto_track() local 1403 track = shell_strtol(argv[1], 10, &err); in cmd_mcc_goto_track() 1410 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(track, INT32_MIN, INT32_MAX)) { in cmd_mcc_goto_track() 1411 shell_error(sh, "Invalid track: %ld", track); in cmd_mcc_goto_track() 1416 cmd.param = (int32_t)track; in cmd_mcc_goto_track()
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 150 This layer provides much of the groundwork for keeping track of 168 the maximum number of packet sizes the socket can keep track of.
|
/Zephyr-latest/doc/services/debugging/ |
D | thread-analyzer.rst | 6 The thread analyzer module enables all the Zephyr options required to track
|