Home
last modified time | relevance | path

Searched refs:check (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_utils.c38 int checked, check; in nrfra_check_pcnf1_ble() local
45 check = (1 << RADIO_PCNF1_WHITEEN_Pos) in nrfra_check_pcnf1_ble()
50 if (checked != check) { in nrfra_check_pcnf1_ble()
64 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_ble1M_conf() local
69 if (checked != check) { in nrfra_check_ble1M_conf()
87 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_ble2M_conf() local
92 if (checked != check) { in nrfra_check_ble2M_conf()
112 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_bleLR_conf() local
119 if (checked != check) { in nrfra_check_bleLR_conf()
131 int checked, check; in nrfra_check_802154_conf() local
[all …]
/nrf_hw_models-latest/docs/
DREADME.md22 If you want to integrate them in another way, please check the section
107 interfaces the models expect and your execution framework. If so, check the
DREADME_HW_models.md208 For details about the SW register IF please see check the
232 You can check Zephyr's nrf*bsim wrapping code for an insight on how