Home
last modified time | relevance | path

Searched refs:full (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.1.0/build/buildtools/
Dmodulerules.skip23 .PHONY: all default build install clean clobber full super-full
Dmodulerules144 .PHONY: all default build install clean clobber full super-full
247 @echo [[[ make full $(1) $(CURDIR) ]]]
255 full:
258 full-install:
285 @echo [[[ make super-full $(1) $(CURDIR) ]]]
295 super-full:
298 super-full-install:
Dcommondefs499 ifeq ($(NIGHTLY_TARGET),full)
Dmodulerules.cctype.CW104 # $(BASE) must be a full path
/TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/include/
Dmicex.h45 MICCallback full; // For saving the sampling completion callback member
/TwlSDK-5.1.0/build/buildtools/twl/
Dmodulerules.x86133 full: label
165 full-install:
/TwlSDK-5.1.0/build/buildtools/nitro/
Dmodulerules.x86140 full: label
172 full-install:
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dmic.c46 MICCallback full; // For saving the sampling completion callback member
290 micWork.full = param->full_callback; in MIC_StartAutoSamplingAsync()
657 if (micWork.full) in MicCommonCallback()
659 micWork.full(result, micWork.fullArg); in MicCommonCallback()
/TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/src/
Dmicex.c172 w->full = param->full_callback; in MICEXi_StartLimitedSamplingAsync()