Home
last modified time | relevance | path

Searched refs:descrs (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_qspi.c1049 ctx->descrs[n] = 0; in mec_hal_qspi_context_init()
1114 ctx->descrs[didx] = descr; in mec_hal_qspi_cfg_gen_ts_clocks()
1234 ctx->descrs[didx] = (((nu << MEC_QSPI_DESCR_QNUNITS_Pos) & MEC_QSPI_DESCR_QNUNITS_Msk) in mec_hal_qspi_descrs_cfg1()
1239 ctx->descrs[didx] = (((nb << MEC_QSPI_DESCR_QNUNITS_Pos) & MEC_QSPI_DESCR_QNUNITS_Msk) in mec_hal_qspi_descrs_cfg1()
1274 descr = ctx->descrs[didx]; in mec_hal_qspi_load_descrs()
1320 int mec_hal_qspi_load_descrs_at(struct mec_qspi_regs *regs, const uint32_t *descrs, uint8_t ndescr, in mec_hal_qspi_load_descrs_at() argument
1325 if (!regs || !descrs || !ndescr || (start_descr_idx >= MEC5_QSPI_NUM_DESCRS)) { in mec_hal_qspi_load_descrs_at()
1341 regs->DESCR[didx++] = descrs[n++]; in mec_hal_qspi_load_descrs_at()
Dmec_qspi_api.h266 uint32_t descrs[MEC5_QSPI_NUM_DESCRS]; member
320 int mec_hal_qspi_load_descrs_at(struct mec_qspi_regs *regs, const uint32_t *descrs, uint8_t ndescr,