Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_network_interface.h56 void synopGMAC_set_mode(int intf, int mode);
DsynopGMAC_network_interface.c908 void synopGMAC_set_mode(int intf, int mode) in synopGMAC_set_mode() argument
916 switch (mode) { in synopGMAC_set_mode()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dtimer_pwm.h409 #define TPWM_SET_COUNTER_SYNC_MODE(timer, mode) ((timer)->PWMSCTL = (mode)) argument
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dtimer_pwm.h435 #define TPWM_SET_COUNTER_SYNC_MODE(timer, mode) ((timer)->PWMSCTL = (mode)) argument
/hal_nuvoton-latest/m48x/StdDriver/src/
Dcrypto.c892 static void run_ecc_codec(CRPT_T *crpt, uint32_t mode);
1387 static void run_ecc_codec(CRPT_T *crpt, uint32_t mode) in run_ecc_codec() argument
1389 if ((mode & CRPT_ECC_CTL_ECCOP_Msk) == ECCOP_MODULE) in run_ecc_codec()
1408 …crpt->ECC_CTL |= ((uint32_t)pCurve->key_len << CRPT_ECC_CTL_CURVEM_Pos) | mode | CRPT_ECC_CTL_STAR… in run_ecc_codec()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c836 static int32_t run_ecc_codec(CRPT_T *crpt, uint32_t mode);
1478 static int32_t run_ecc_codec(CRPT_T *crpt, uint32_t mode) in run_ecc_codec() argument
1487 eccop = mode & CRPT_ECC_CTL_ECCOP_Msk; in run_ecc_codec()
1530 …crpt->ECC_CTL |= ((uint32_t)pCurve->key_len << CRPT_ECC_CTL_CURVEM_Pos) | mode | CRPT_ECC_CTL_STAR… in run_ecc_codec()
1569 …crpt->ECC_CTL |= ((uint32_t)pCurve->key_len << CRPT_ECC_CTL_CURVEM_Pos) | mode | CRPT_ECC_CTL_STAR… in run_ecc_codec()