Home
last modified time | relevance | path

Searched refs:epcontrol (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_USBEP_A_Type.c43 uint32_t epcontrol) in _SI32_USBEP_A_initialize() argument
47 basePointer->EPCONTROL.U32 = epcontrol; in _SI32_USBEP_A_initialize()
148 uint32_t epcontrol) in _SI32_USBEP_A_write_epcontrol() argument
151 basePointer->EPCONTROL.U32 = epcontrol; in _SI32_USBEP_A_write_epcontrol()
DSI32_USBEP_A_Type.h82 #define SI32_USBEP_A_initialize(basePointer, epmpsize, epcontrol) do{ \ argument
84 basePointer->EPCONTROL.U32 = epcontrol;\
220 #define SI32_USBEP_A_write_epcontrol(basePointer, epcontrol) \ argument
221 (basePointer->EPCONTROL.U32 = epcontrol)