Lines Matching refs:BBRAM_NODELABEL
11 #define BBRAM_NODELABEL DT_NODELABEL(bbram) macro
12 #define BBRAM_SIZE DT_PROP(BBRAM_NODELABEL, size)
16 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
27 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
40 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
55 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
65 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
75 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
85 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
95 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in ZTEST()
106 const struct device *const dev = DEVICE_DT_GET(BBRAM_NODELABEL); in before()