OpenBIC
OpenSource Bridge-IC
ast_tach.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef TACH_H
18#define TACH_H
19
20enum {
22};
23
24enum {
42};
43
44typedef struct _ast_tach_init_arg {
45 bool is_init;
47
48#endif //TACH_H
@ TACH_PORT15
Definition: ast_tach.h:40
@ TACH_PORT10
Definition: ast_tach.h:35
@ TACH_PORT8
Definition: ast_tach.h:33
@ TACH_MAX_NUM
Definition: ast_tach.h:41
@ TACH_PORT12
Definition: ast_tach.h:37
@ TACH_PORT9
Definition: ast_tach.h:34
@ TACH_PORT0
Definition: ast_tach.h:25
@ TACH_PORT7
Definition: ast_tach.h:32
@ TACH_PORT2
Definition: ast_tach.h:27
@ TACH_PORT3
Definition: ast_tach.h:28
@ TACH_PORT6
Definition: ast_tach.h:31
@ TACH_PORT4
Definition: ast_tach.h:29
@ TACH_PORT11
Definition: ast_tach.h:36
@ TACH_PORT5
Definition: ast_tach.h:30
@ TACH_PORT1
Definition: ast_tach.h:26
@ TACH_PORT13
Definition: ast_tach.h:38
@ TACH_PORT14
Definition: ast_tach.h:39
@ AST_TACH_RPM
Definition: ast_tach.h:21
struct _ast_tach_init_arg ast_tach_init_arg
Definition: ast_tach.h:44
bool is_init
Definition: ast_tach.h:45