Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 79) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/drivers/swm/
Dfsl_swm.c79 void SWM_SetMovablePinSelect(SWM_Type *base, swm_select_movable_t func, swm_port_pin_type_t swm_por… in SWM_SetMovablePinSelect() argument
83 assert(func < kSWM_MOVABLE_NUM_FUNCS); in SWM_SetMovablePinSelect()
89 pinassign = (uint32_t)func / 4U; in SWM_SetMovablePinSelect()
90 shifter = ((uint32_t)func % 4U) * 8U; in SWM_SetMovablePinSelect()
110 swm_select_fixed_movable_t func, in SWM_SetFixedMovablePinSelect() argument
115 assert(func < kSWM_PINASSINGNFIXED_MOVABLE_NUM_FUNCS); in SWM_SetFixedMovablePinSelect()
120 shifter = (uint32_t)func * 2U; in SWM_SetFixedMovablePinSelect()
138 void SWM_SetFixedPinSelect(SWM_Type *base, swm_select_fixed_pin_t func, bool enable) in SWM_SetFixedPinSelect() argument
145 if (((uint32_t)func & 0x80000000U) == 0x00U) in SWM_SetFixedPinSelect()
147 base->PINENABLE0 &= ~((uint32_t)func); in SWM_SetFixedPinSelect()
[all …]
Dfsl_swm.h48 void SWM_SetMovablePinSelect(SWM_Type *base, swm_select_movable_t func, swm_port_pin_type_t swm_por…
62 swm_select_fixed_movable_t func,
75 void SWM_SetFixedPinSelect(SWM_Type *base, swm_select_fixed_pin_t func, bool enable);
88 void SWM_SetFlextimerPinSelect(SWM_Type *base, swm_flextimer_pin_func_t func, swm_flextimer_pin_sel…
/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common_dsp.h79 #define AT_QUICKACCESS_SECTION_CODE(func) __attribute__((section("CodeQuickAccess"), __noinline__))… argument
80 #define AT_QUICKACCESS_SECTION_DATA(func) __attribute__((section("DataQuickAccess"))) func argument
84 #define AT_QUICKACCESS_SECTION_CODE(func) func argument
85 #define AT_QUICKACCESS_SECTION_DATA(func) func argument
Dfsl_common_arm.h448 #define AT_QUICKACCESS_SECTION_CODE(func) func @"CodeQuickAccess" argument
453 #define AT_QUICKACCESS_SECTION_CODE(func) __attribute__((section("CodeQuickAccess"), __noinline__))…
458 #define AT_QUICKACCESS_SECTION_CODE(func) __attribute__((section("CodeQuickAccess"), __noinline__))…
468 #define RAMFUNCTION_SECTION_CODE(func) func @"RamFunction" argument
470 #define RAMFUNCTION_SECTION_CODE(func) __attribute__((section("RamFunction"))) func
472 #define RAMFUNCTION_SECTION_CODE(func) __attribute__((section("RamFunction"))) func
/hal_nxp-latest/mcux/middleware/wifi_nxp/sdio_nxp_abs/
Dmlan_sdio.c27 struct sdio_func *func = &g_sdio_funcs[fn]; in sdio_drv_creg_read() local
29 if (sdio_read_byte(func, addr, (uint8_t *)resp) != 0) in sdio_drv_creg_read()
39 struct sdio_func *func = &g_sdio_funcs[fn]; in sdio_drv_creg_write() local
41 if (sdio_rw_byte(func, addr, data, (uint8_t *)resp) != 0) in sdio_drv_creg_write()
51 struct sdio_func *func = &g_sdio_funcs[fn]; in sdio_drv_read() local
53 if (sdio_read_addr(func, addr, buf, bcnt * bsize) != 0) in sdio_drv_read()
63 struct sdio_func *func = &g_sdio_funcs[fn]; in sdio_drv_write() local
65 if (sdio_write_addr(func, addr, buf, bcnt * bsize) != 0) in sdio_drv_write()
/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.h249 #define RUN_EXAMPLE(func, caseId) UnityDefaultTestRun(&setUp, func, &tearDown, #func, caseId, __FIL… argument
251 #define RUN_EXAMPLE(func, caseId) UnityDefaultTestRun(&setUp, func, &tearDown, #func, caseId) argument
257 #define RUN_EXAMPLE_EX(setUpFunc, func, tearDownFunc, caseId) \ argument
258 UnityDefaultTestRun(setUpFunc, func, tearDownFunc, #func, caseId, __FILE__)
260 #define RUN_EXAMPLE_EX(setUpFunc, func, tearDownFunc, caseId) \ argument
261 UnityDefaultTestRun(setUpFunc, func, tearDownFunc, #func, caseId)
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_timer.c47 handle->hw.func->PCI_CFC_MSIX_MSG_CTL = ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_MSIX_EN_MASK; in NETC_TimerMSIXSetEntryTable()
52 handle->hw.func->PCI_CFC_MSIX_MSG_CTL = ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_FUNC_MASK_MASK; in NETC_TimerMSIXSetEntryTable()
61 handle->hw.func = TMR_PCI_HDR_TYPE0; in NETC_TimerInitHandle()
78 handle->hw.func->PCI_CFC_PCIE_DEV_CTL |= ENETC_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FLR_MASK; in NETC_TimerInit()
79 …while ((handle->hw.func->PCI_CFC_PCIE_DEV_CTL & ENETC_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FLR_MASK… in NETC_TimerInit()
84 handle->hw.func->PCI_CFH_CMD |= in NETC_TimerInit()
438 … handle->hw.func->PCI_CFC_MSIX_MSG_CTL |= ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_FUNC_MASK_MASK; in NETC_TimerMsixSetGlobalMask()
442 …handle->hw.func->PCI_CFC_MSIX_MSG_CTL &= ~(uint16_t)ENETC_VF_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_FUNC_M… in NETC_TimerMsixSetGlobalMask()
476 …funcEnable = ((handle->hw.func->PCI_CFC_MSIX_MSG_CTL & ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_MSIX_E… in NETC_TimerMsixGetPendingStatus()
Dfsl_netc_endpoint.c362 … handle->hw.func.pf->PCI_CFC_MSIX_MSG_CTL = ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_MSIX_EN_MASK; in EP_MSIXSetEntryTable()
366 … handle->hw.func.vf->PCI_CFC_MSIX_MSG_CTL = ENETC_VF_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_MSIX_EN_MASK; in EP_MSIXSetEntryTable()
382 … handle->hw.func.pf->PCI_CFC_MSIX_MSG_CTL = ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_FUNC_MASK_MASK; in EP_MSIXSetEntryTable()
386 … handle->hw.func.vf->PCI_CFC_MSIX_MSG_CTL = ENETC_VF_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_FUNC_MASK_MASK; in EP_MSIXSetEntryTable()
481 … handle->hw.func.vf->PCI_CFC_PCIE_DEV_CTL |= ENETC_VF_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FLR_MASK; in EP_Init()
482 …while ((handle->hw.func.pf->PCI_CFC_PCIE_DEV_CTL & ENETC_VF_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FL… in EP_Init()
486 handle->hw.func.vf->PCI_CFH_CMD |= ENETC_VF_PCI_TYPE0_PCI_CFH_CMD_BUS_MASTER_EN_MASK; in EP_Init()
511 handle->hw.func.pf->PCI_CFH_CMD |= in EP_Init()
533 … handle->hw.func.pf->PCI_CFC_PCIE_DEV_CTL |= ENETC_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FLR_MASK; in EP_Init()
534 …while ((handle->hw.func.pf->PCI_CFC_PCIE_DEV_CTL & ENETC_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FLR_M… in EP_Init()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/assert/
Dfsl_assert.c58 void __assert_func(const char *file, int line, const char *func, const char *failedExpr) in __assert_func() argument
61 func); in __assert_func()
75 void __msl_assertion_failed(char const *failedExpr, char const *file, char const *func, int line) in __msl_assertion_failed() argument
79 PRINTF(" Function : %s\r\n", func); /*compiler not support func name yet*/ in __msl_assertion_failed()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dosa.h274 int OSA_SetupIdleFunction(void (*func)(void));
286 int OSA_SetupTickFunction(void (*func)(void));
298 int OSA_RemoveIdleFunction(void (*func)(void));
309 int OSA_RemoveTickFunction(void (*func)(void));
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/
Dwm_utils.h119 int random_register_handler(random_hdlr_t func);
132 int random_unregister_handler(random_hdlr_t func);
153 int random_register_seed_handler(random_hdlr_t func);
166 int random_unregister_seed_handler(random_hdlr_t func);
/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c220 cau3_pkha_func_t func; member
2392 params->func = (cau3_pkha_func_t)0; in cau3_pkha_default_parms()
2638 modeReg |= (uint32_t)params->func; in cau3_pkha_init_mode()
2640 if ((params->func == kCAU3_PKHA_CopyMemSizeN) || (params->func == kCAU3_PKHA_CopyMemSizeSrc)) in cau3_pkha_init_mode()
2678 params.func = kCAU3_PKHA_ArithModR2; in cau3_pkha_modR2()
2729 params.func = kCAU3_PKHA_ArithModMul; in cau3_pkha_modmul()
3064 params.func = kCAU3_PKHA_ArithModAdd; in CAU3_PKHA_ModAdd()
3138 params.func = kCAU3_PKHA_ArithModSub1; in CAU3_PKHA_ModSub1()
3201 params.func = kCAU3_PKHA_ArithModSub2; in CAU3_PKHA_ModSub2()
3336 params.func = kCAU3_PKHA_ArithModExp; in CAU3_PKHA_ModExp()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c580 t_u8 loop, index = 0, func, data; in wifi_sdio_reg_dbg() local
594 func = loop; in wifi_sdio_reg_dbg()
601 func = loop; in wifi_sdio_reg_dbg()
609 func = 1; in wifi_sdio_reg_dbg()
618 func = 1; in wifi_sdio_reg_dbg()
623 ptr += sprintf(ptr, "SDIO Func%d (%#x-%#x): ", func, reg_start, reg_end); in wifi_sdio_reg_dbg()
625 ptr += sprintf(ptr, "SDIO Func%d: ", func); in wifi_sdio_reg_dbg()
629 ret = sdio_drv_creg_read(reg, func, &resp); in wifi_sdio_reg_dbg()
897 t_u8 loop, index = 0, func, data; in wifi_sdio_reg_dbg() local
911 func = loop; in wifi_sdio_reg_dbg()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX2/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX6/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/scfw_api/main/
Drpc.h81 #define RPC_FUNC(MESG) ((MESG)->func)
82 #define RPC_R8(MESG) ((MESG)->func)
141 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX6/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX2/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX4/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX5/scfw_api/main/
Drpc.h57 #define RPC_FUNC(MESG) ((MESG)->func)
58 #define RPC_R8(MESG) ((MESG)->func)
135 uint8_t func; member

1234