Searched refs:opcode (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/ |
| D | fwk_platform_ble.c | 251 static void PLATFORM_FillInHciCmdMsg(uint8_t *pbuf, uint16_t opcode, uint8_t msg_sz, const uint8_t … 594 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in PLATFORM_EnableBleLowPower() local 601 PLATFORM_FillInHciCmdMsg(&buffer[0], opcode, (uint8_t)sizeof(params), params); in PLATFORM_EnableBleLowPower() 616 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in PLATFORM_DisableBleLowPower() local 623 PLATFORM_FillInHciCmdMsg(buffer, opcode, (uint8_t)sizeof(params), params); in PLATFORM_DisableBleLowPower() 817 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_STORE_BT_CAL_DATA_OCF); in PLATFORM_SetBtCalData() local 819 …PLATFORM_FillInHciCmdMsg(buffer, opcode, (uint8_t)sizeof(hci_cal_data_params), hci_cal_data_params… in PLATFORM_SetBtCalData() 932 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_BT_HOST_SLEEP_CONFIG_OCF); in PLATFORM_BleSetHostSleepConfig() local 938 PLATFORM_FillInHciCmdMsg(buffer, opcode, (uint8_t)sizeof(params), params); in PLATFORM_BleSetHostSleepConfig() 949 static void PLATFORM_FillInHciCmdMsg(uint8_t *pbuf, uint16_t opcode, uint8_t msg_sz, const uint8_t … in PLATFORM_FillInHciCmdMsg() argument [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/spifi/ |
| D | fsl_spifi_nor_flash.c | 272 cmd.opcode = readCmd; in spifi_nor_read_status() 295 cmd.opcode = handle->commandSet.readStatusCommand; in spifi_check_norflash_finish() 323 cmd.opcode = handle->commandSet.writeEnableCommand; in spifi_nor_write_enable() 385 cmd.opcode = memHandle->commandSet.writeStatusCommand; in spifi_nor_quad_mode_enable() 398 cmd.opcode = config->quadDualEnableCommand; in spifi_nor_quad_mode_enable() 425 cmd.opcode = kSerialFlash_ReadSFDP; in spifi_nor_read_sfdp() 446 cmd.opcode = memHandle->commandSet.writeStatusCommand; in spifi_nor_writeprotect_disable() 784 uint8_t opcode = memSpifiHandler->commandSet.eraseSectorCommand; in spifi_nor_erase_sector() local 804 cmd.opcode = opcode; in spifi_nor_erase_sector() 908 cmd.opcode = memSpifiHandler->commandSet.pageWriteMemoryCommand; in Nor_Flash_Page_Program() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/ |
| D | fsl_powerquad.h | 201 " MCR p0,%[opcode],r2,c0,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \ 207 " MCR p0,%[opcode],r4,c0,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \ 213 " MCR p0,%[opcode],r6,c0,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \ 290 " MCR p0,%[opcode],r3,c3,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \ 297 " MCR p0,%[opcode],r5,c3,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \ 304 " MCR p0,%[opcode],r7,c3,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \ 534 ::[opcode] "i"(BATCH_OPCODE), \ 594 ::[opcode] "i"(BATCH_OPCODE), \ 658 ::[opcode] "i"(BATCH_OPCODE), \ 745 ::[opcode] "i"(BATCH_OPCODE), \
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/spifi/ |
| D | fsl_spifi.c | 154 SPIFI_CMD_FRAMEFORM(cmd->type) | SPIFI_CMD_OPCODE(cmd->opcode); in SPIFI_SetCommand() 174 …IFI_MCMD_FIELDFORM(cmd->format) | SPIFI_MCMD_FRAMEFORM(cmd->type) | SPIFI_MCMD_OPCODE(cmd->opcode); in SPIFI_SetMemoryCommand()
|
| D | fsl_spifi.h | 101 uint8_t opcode; /*!< Command opcode value */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/casper/ |
| D | fsl_casper.c | 528 __STATIC_FORCEINLINE uint32_t Accel_IterOpcodeResaddr(uint32_t iter, uint32_t opcode, uint32_t resA… in Accel_IterOpcodeResaddr() argument 530 return CASPER_CTRL1_ITER(iter) | CASPER_CTRL1_MODE(opcode) | (resAddr << 16); in Accel_IterOpcodeResaddr()
|