MCPcopy
hub / github.com/tinygo-org/tinygo / PDM

Struct PDM

src/machine/machine_nrf52840.go:39–42  ·  view source on GitHub ↗

PDM represents a PDM device

Source from the content-addressed store, hash-verified

37
38// PDM represents a PDM device
39type PDM struct {
40 device *nrf.PDM_Type
41 defaultBuffer int16
42}
43
44// Configure is intended to set up the PDM interface prior to use.
45func (pdm *PDM) Configure(config PDMConfig) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected