DM Connected Isochronous Stream (CIS) management module. More...
#include "dm_api.h"
Go to the source code of this file.
Data Structures | |
struct | dmCisCigApiConfig_t |
struct | dmCisApiOpen_t |
struct | dmCisApiClose_t |
struct | dmCisApiReject_t |
union | dmCisMsg_t |
struct | dmCisCcb_t |
struct | dmCisCigCb_t |
struct | dmCisCb_t |
Typedefs | |
typedef void(* | dmCisAct_t) (dmCisCcb_t *pCcb, dmCisMsg_t *pMsg) |
Enumerations |
Variables | |
dmCisAct_t * | dmCisActSet [DM_CIS_NUM_ACT_SETS] |
const dmCisCigAct_t | dmCisCigAct [] |
dmCisCb_t | dmCisCb |
DM Connected Isochronous Stream (CIS) management module.
Copyright (c) 2019-2020 Packetcraft, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file dm_cis.h.
typedef void(* dmCisAct_t) (dmCisCcb_t *pCcb, dmCisMsg_t *pMsg) |
anonymous enum |
DM CIS event handler messages for state machine
anonymous enum |
anonymous enum |
CIS state machine actions
anonymous enum |
anonymous enum |
DM CIS CIG event handler messages for state machine
anonymous enum |
CIS CIG state machine actions
anonymous enum |
dmCisAct_t* dmCisActSet[DM_CIS_NUM_ACT_SETS] |
State machine action sets
dmCisCb_t dmCisCb |
Control block
const dmCisCigAct_t dmCisCigAct[] |
Action function table for CIG master module