Searched refs:ISI_DisableInterrupts (Results 1 – 2 of 2) sorted by relevance
186 (void)ISI_DisableInterrupts(isiBase, (uint32_t)kISI_FrameReceivedInterrupt); in ISI_ADAPTER_Stop()223 interrupts = ISI_DisableInterrupts(isiBase, (uint32_t)kISI_FrameReceivedInterrupt); in ISI_ADAPTER_SubmitEmptyBuffer()245 interrupts = ISI_DisableInterrupts(isiBase, (uint32_t)kISI_FrameReceivedInterrupt); in ISI_ADAPTER_GetFullBuffer()
369 static inline uint32_t ISI_DisableInterrupts(ISI_Type *base, uint32_t mask) in ISI_DisableInterrupts() function