Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c59 temp = (cfg_flags & MEC5_BDP_CFG_FIFO_THRES_MSK) >> MEC5_BDP_CFG_FIFO_THRES_POS; in mec_hal_bdp_init()
141 temp = (cfg_thrh & MEC5_BDP_CFG_FIFO_THRES_MSK) >> MEC5_BDP_CFG_FIFO_THRES_POS; in mec_hal_bdp_fifo_thresh_set()
Dmec_bdp_api.h36 #define MEC5_BDP_CFG_FIFO_THRES_MSK 0x7 macro