We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0073c31 + d5efc1f commit d0c09cdCopy full SHA for d0c09cd
1 file changed
include/soc/at91/atmel_tcb.h
@@ -36,9 +36,11 @@ struct clk;
36
/**
37
* struct atmel_tcb_config - SoC data for a Timer/Counter Block
38
* @counter_width: size in bits of a timer counter register
39
+ * @has_gclk: boolean indicating if a timer counter has a generic clock
40
*/
41
struct atmel_tcb_config {
42
size_t counter_width;
43
+ bool has_gclk;
44
};
45
46
0 commit comments