Home
last modified time | relevance | path

Searched refs:VL (Results 1 – 7 of 7) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_midi.c423 void MIDI_VOL(HT_MIDI_TypeDef* MIDIx, MIDI_VOL_AR_Enum A_R, MIDI_VOL_ENV_Enum ENV, u16 VL, u16 VR) in MIDI_VOL() argument
429 Assert_Param(IS_MIDI_VOL_VL(VL)); in MIDI_VOL()
432 MIDIx->VOL = (A_R << 31) | (ENV << 29) | (VL << 16) | VR; in MIDI_VOL()
655 void MIDI_VOL_VL(HT_MIDI_TypeDef* MIDIx, u16 VL) in MIDI_VOL_VL() argument
659 Assert_Param(IS_MIDI_VOL_VL(VL)); in MIDI_VOL_VL()
665 MIDIx->VOL |= (VL << 16); in MIDI_VOL_VL()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_midi.h347 void MIDI_VOL(HT_MIDI_TypeDef* MIDIx, MIDI_VOL_AR_Enum A_R, MIDI_VOL_ENV_Enum ENV, u16 VL, u16 VR);
362 void MIDI_VOL_VL(HT_MIDI_TypeDef* MIDIx, u16 VL);
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7.h2877 …__IO uint32_t VL : 16; /*!< VLAN Tag Identifier for Receive Frames … member
/bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A DR9A07G074.h6018 …__IOM uint32_t VL : 16; /*!< [15..0] VLAN Tag Identifier for Receive Frames … member
A DR9A07G075.h6299 …__IOM uint32_t VL : 16; /*!< [15..0] VLAN Tag Identifier for Receive Frames … member
/bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A DR9A07G084.h6306 …__IOM uint32_t VL : 16; /*!< [15..0] VLAN Tag Identifier for Receive Frames … member
/bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A DR9A07G084.h6306 …__IOM uint32_t VL : 16; /*!< [15..0] VLAN Tag Identifier for Receive Frames … member

Completed in 2354 milliseconds