Question

    When working with DMA in C, which function is often used to configure DMA channels?

    A malloc() Correct Answer Incorrect Answer
    B memset() Correct Answer Incorrect Answer
    C dma_configure() Correct Answer Incorrect Answer
    D There's no standard C function for configuring DMA. Correct Answer Incorrect Answer

    Solution

    There's no standard C function for configuring DMA.

    Practice Next

    Relevant for Exams:

    ×
    ×