Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 75) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c208 .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 …]
DKconfig.mpl49 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.
Dmpl_internal.h67 struct mpl_track *track; member
96 struct mpl_track *track; /* The track explicitly set as next track */ member
DKconfig.mcs49 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.
DKconfig.csip27 WARNING: This option enables anyone to track and decrypt the SIRK
/Zephyr-latest/subsys/net/ip/
DKconfig.stats44 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/
Dmcp.rst43 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/
DREADME.rst17 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/
Dnet_timeout.rst14 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/
Dnetwork_tracing.rst20 The :kconfig:option:`CONFIG_TRACING_NET_SOCKETS` option can be used to track
/Zephyr-latest/drivers/timer/
DKconfig.gecko14 to be able to keep track of time and wake up from EM2 & EM3 sleep
/Zephyr-latest/dts/arm/adi/max32/
Dmax32662.dtsi32 track-count = <4>;
Dmax32672.dtsi30 track-count = <4>;
Dmax78002.dtsi73 track-count = <4>;
Dmax32690.dtsi62 track-count = <4>;
/Zephyr-latest/doc/kernel/memory_management/
Dsys_mem_blocks.rst41 * 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/
DKconfig71 Enables modem statistics shell commands which track the usage of
/Zephyr-latest/doc/project/
Dindex.rst25 **Issues** to track feature, enhancement, and bug reports together with GitHub
Dcode_flow.rst24 Branches which track maintenance releases based on a major
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst26 An application may track connections by registering a
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst53 period, the node keeps track of the number of received Heartbeats as well as
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmedia_controller.c1086 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()
Dmcc.c1399 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/
DKconfig150 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/
Dthread-analyzer.rst6 The thread analyzer module enables all the Zephyr options required to track

123