Used in the SD24_B_init() function as the param parameter.
More...
#include <sd24_b.h>
Used in the SD24_B_init() function as the param parameter.
§ clockDivider
uint16_t SD24_B_initParam::clockDivider |
Selects the amount that the clock will be divided.
Valid values are:
- SD24_B_CLOCKDIVIDER_1 [Default]
- SD24_B_CLOCKDIVIDER_2
- SD24_B_CLOCKDIVIDER_3
- SD24_B_CLOCKDIVIDER_4
- SD24_B_CLOCKDIVIDER_5
- SD24_B_CLOCKDIVIDER_6
- SD24_B_CLOCKDIVIDER_7
- SD24_B_CLOCKDIVIDER_8
- SD24_B_CLOCKDIVIDER_9
- SD24_B_CLOCKDIVIDER_10
- SD24_B_CLOCKDIVIDER_11
- SD24_B_CLOCKDIVIDER_12
- SD24_B_CLOCKDIVIDER_13
- SD24_B_CLOCKDIVIDER_14
- SD24_B_CLOCKDIVIDER_15
- SD24_B_CLOCKDIVIDER_16
- SD24_B_CLOCKDIVIDER_17
- SD24_B_CLOCKDIVIDER_18
- SD24_B_CLOCKDIVIDER_19
- SD24_B_CLOCKDIVIDER_20
- SD24_B_CLOCKDIVIDER_21
- SD24_B_CLOCKDIVIDER_22
- SD24_B_CLOCKDIVIDER_23
- SD24_B_CLOCKDIVIDER_24
- SD24_B_CLOCKDIVIDER_25
- SD24_B_CLOCKDIVIDER_26
- SD24_B_CLOCKDIVIDER_27
- SD24_B_CLOCKDIVIDER_28
- SD24_B_CLOCKDIVIDER_29
- SD24_B_CLOCKDIVIDER_30
- SD24_B_CLOCKDIVIDER_31
- SD24_B_CLOCKDIVIDER_32
Referenced by SD24_B_init().
§ clockPreDivider
uint16_t SD24_B_initParam::clockPreDivider |
Selects the amount that the clock will be predivided
Valid values are:
- SD24_B_PRECLOCKDIVIDER_1 [Default]
- SD24_B_PRECLOCKDIVIDER_2
- SD24_B_PRECLOCKDIVIDER_4
- SD24_B_PRECLOCKDIVIDER_8
- SD24_B_PRECLOCKDIVIDER_16
- SD24_B_PRECLOCKDIVIDER_32
- SD24_B_PRECLOCKDIVIDER_64
- SD24_B_PRECLOCKDIVIDER_128
Referenced by SD24_B_init().
§ clockSourceSelect
uint16_t SD24_B_initParam::clockSourceSelect |
Selects the clock that will be used as the SD24_B core
Valid values are:
- SD24_B_CLOCKSOURCE_MCLK [Default]
- SD24_B_CLOCKSOURCE_SMCLK
- SD24_B_CLOCKSOURCE_ACLK
- SD24_B_CLOCKSOURCE_SD24CLK
Referenced by SD24_B_init().
§ referenceSelect
uint16_t SD24_B_initParam::referenceSelect |
Selects the reference source for the SD24_B core
Valid values are:
- SD24_B_REF_EXTERNAL [Default]
- SD24_B_REF_INTERNAL
Referenced by SD24_B_init().
The documentation for this struct was generated from the following file: