Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/hw/
H A Dhw_cgc_private.h42 #define CGC_OPPCR_OPCM_MASK (0x3U) macro
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc.c2764 p_system_reg->OPCCR_b.OPCM = CGC_OPPCR_OPCM_MASK & CGC_OPCCR_LOW_SPEED_MODE; in r_cgc_operating_hw_modeset()
2768 p_system_reg->OPCCR_b.OPCM = CGC_OPPCR_OPCM_MASK & (uint32_t)operating_mode; in r_cgc_operating_hw_modeset()