Searched refs:SpiCntlrMethod (Results 1 – 8 of 8) sorted by relevance
75 SpiCntlrMethod定义:78 struct SpiCntlrMethod {87 **表 1** SpiCntlrMethod结构体成员的钩子函数功能说明118 - 实例化SpiCntlr成员SpiCntlrMethod。121 > 实例化SpiCntlr成员SpiCntlrMethod,其定义和成员说明见[接口说明](#接口说明)。259 …完成属性文件配置之后,下一步就是以核心层SpiCntlr对象的初始化为核心,包括驱动适配者自定义结构体(传递参数和数据),实例化SpiCntlr成员SpiCntlrMethod(让用户可以通过接口…302 struct SpiCntlrMethod *method;308 - SpiCntlr成员钩子函数结构体SpiCntlrMethod的实例化。312 struct SpiCntlrMethod g_method = {416 cntlr->method = &g_method; // SpiCntlrMethod的实例化对象的挂载
19 struct SpiCntlrMethod;21 struct SpiCntlrMethod { struct36 struct SpiCntlrMethod *method; argument
14 **SpiCntlrMethod**:18 struct SpiCntlrMethod {27 **Table 1** Description of the callback functions in SpiCntlrMethod52 - Instantiate **SpiCntlrMethod** in the **SpiCntlr** object.54 … > For details about the functions in **SpiCntlrMethod**, see [Available APIs](#available-apis).177 …mber functions (**Bind**, **Init** and **Release**) to instantiate **SpiCntlrMethod** in **SpiCntl…219 struct SpiCntlrMethod *method;225 - Instantiating **SpiCntlrMethod** in **SpiCntlr** (other members are initialized by **Init**)230 struct SpiCntlrMethod g_method = {336 cntlr->method = &g_method; // Attach the SpiCntlrMethod instance.
317 static struct SpiCntlrMethod g_method = {
301 struct SpiCntlrMethod g_SpiCntlrMethod = {
538 struct SpiCntlrMethod g_twSpiCntlrMethod = {
599 struct SpiCntlrMethod g_SpiCntlrMethod = {
380 struct SpiCntlrMethod g_method = {