Home
last modified time | relevance | path

Searched refs:effect (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/hxcmod-player/
H A Dhxcmod.c486 muint a_sample, period, effect, operiod; in worknote() local
495 effect = ((nptr->sampeffect & 0xF) << 8) | nptr->effect; in worknote()
497 effect_param = nptr->effect; in worknote()
604 cptr->effect = 0; in worknote()
606 cptr->effect_code = effect; in worknote()
633 cptr->effect = EFFECT_ARPEGGIO; in worknote()
670 cptr->effect = EFFECT_PORTAMENTO_UP; in worknote()
683 cptr->effect = EFFECT_PORTAMENTO_DOWN; in worknote()
699 cptr->effect = EFFECT_TONE_PORTAMENTO; in worknote()
723 cptr->effect = EFFECT_VIBRATO; in worknote()
[all …]
H A Dhxcmod.h91 muchar effect; member
147 muchar effect; member
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/
H A Dcmsis_armcc.h403 CPS #0x1F ;no effect in USR mode in __get_SP_usr()
405 MSR CPSR_c, R1 ;no effect in USR mode in __get_SP_usr()
419 CPS #0x1F ;no effect in USR mode in __set_SP_usr()
421 MSR CPSR_c, R1 ;no effect in USR mode in __set_SP_usr()
/btstack/doc/manual/docs-template/appendix/
H A Dmigration.md37 In the past, events have been forwarded up the stack from layer to layer, with the undesired effect
/btstack/3rd-party/lwip/core/
H A DCHANGELOG3576 icmp_dest_unreach() (had no negative effect but was definitively wrong).