Searched refs:epcontrol (Results 1 – 2 of 2) sorted by relevance
43 uint32_t epcontrol) in _SI32_USBEP_A_initialize() argument47 basePointer->EPCONTROL.U32 = epcontrol; in _SI32_USBEP_A_initialize()148 uint32_t epcontrol) in _SI32_USBEP_A_write_epcontrol() argument151 basePointer->EPCONTROL.U32 = epcontrol; in _SI32_USBEP_A_write_epcontrol()
82 #define SI32_USBEP_A_initialize(basePointer, epmpsize, epcontrol) do{ \ argument84 basePointer->EPCONTROL.U32 = epcontrol;\220 #define SI32_USBEP_A_write_epcontrol(basePointer, epcontrol) \ argument221 (basePointer->EPCONTROL.U32 = epcontrol)