Changes between Version 4 and Version 5 of fbf_device_api


Ignore:
Timestamp:
Jan 20, 2020, 6:33:00 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • fbf_device_api

    v4 v5  
    2323== __B) Initialisation__ ==
    2424
    25 The '''dev_fbf_init()''' function completes the FBF chdev descriptor initialisation. It calls the specific driver initialisation function, to initialise the specific hardware device, and initializes the FBF chdev extension. It must be called by a local thread.
     25The '''dev_fbf_init()''' function makes two initializations :
     26 * it completes the FBF specific fields of the chdev descriptor.
     27 * It calls the driver initialisation function, to initialise the specific hardware device.
     28It must be called by a local thread.
    2629
    2730== __C) User API__ ==