about CONFIG_ESB_FAST_SWITCHING

1. 我想在 nrf 54l15 中使用 CONFIG_ESB_FAST_SWITCHING,但好像 l15 不支持,只能在 H 系列上使用? 
如果 l15 支持,我该如何使用呢?通过移除 SOC_NRF54H20_CPURAD 来实现吗?

2. 顺便问一下,为什么 CONFIG_ESB_FAST_SWITCHING和  不能 共存?它们之间有什么冲突吗?ESB_SHORT_DISABLE_MASK 
3. 如果我配置了 CONFIG_ESB_FAST_SWITCHING,禁用后接收端不会生成,功耗会增加吗?我该如何降低功耗?
4.what's the different between events_phyend and events_end of radio? if i read rx_payload while enents_phyend generate, will i loss data? can i use events_end instead events_phyend in nrf54l15, like nrf52 series
Related