Home
last modified time | relevance | path

Searched defs:load (Results 1 – 8 of 8) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Source/
H A Dos_systick.c41 uint32_t load; in OS_Tick_Setup() local
123 uint32_t load = SysTick->LOAD; in OS_Tick_GetCount() local
H A Dos_tick_ptim.c41 uint32_t load; in OS_Tick_Setup() local
156 uint32_t load = PTIM_GetLoadValue(); in OS_Tick_GetCount() local
/btstack/platform/daemon/binding/python/btstack/
H A Dbtstack_server.py20 def load(self, path = None): member in BTstackServer
/btstack/3rd-party/lc3-google/test/
H A Dsns.py441 def load(self, b): member in SnsSynthesis
H A Dltpf.py322 def load(self, b): member in LtpfSynthesis
H A Dspec.py467 def load(self, b): member in SpectrumSynthesis
H A Dtns.py310 def load(self, b, bw, nbytes): member in TnsSynthesis
/btstack/3rd-party/lc3-google/src/
H A Dlc3.c433 static void (* const load[])(struct lc3_encoder *, const void *, int) = { in lc3_encode() local